wp_body_open() use in freesia-empire header
-
Hi.
Thanks for the great theme.In the header.php please add the else statement for the wp_body_open() function so it can support the relevant actions.
if ( function_exists( ‘wp_body_open’ ) ) {
wp_body_open();
} else {
do_action( ‘wp_body_open’ );
}
See https://make.www.ads-software.com/core/2019/04/24/miscellaneous-developer-updates-in-5-2/ for more details.Thanks in advance
Lena
- The topic ‘wp_body_open() use in freesia-empire header’ is closed to new replies.