We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5738a commit d1e3ea4Copy full SHA for d1e3ea4
functions.php
@@ -11,14 +11,3 @@
11
// Boot the service, at after_setup_theme.
12
\BEA\Theme\Framework\Framework::get_container()->boot_services();
13
} );
14
-
15
-/**
16
- * Handle wp_body_open new function from WP 5.2
17
- * @see https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/
18
- * @see https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/
19
- */
20
-if ( ! function_exists( 'wp_body_open' ) ) {
21
- function wp_body_open() {
22
- do_action( 'wp_body_open' );
23
- }
24
-}
0 commit comments