wp_body_open()
Fire the wp_body_open action.
See wp_body_open.
Hooks from the function
Return
null
. Nothing.
Usage
wp_body_open();
Changelog
Since 5.2.0 | Introduced. |
Code of wp_body_open() wp body open WP 6.0.1
function wp_body_open() { /** * Triggered after the opening body tag. * * @since 5.2.0 */ do_action( 'wp_body_open' ); }