Uses
Uses | Description |
---|---|
wp-includes/general-template.php: wp_body_open | Triggered after the opening body tag. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
Fire the wp_body_open action.
See ‘wp_body_open’.
File: wp-includes/general-template.php
function wp_body_open() { /** * Triggered after the opening body tag. * * @since 5.2.0 */ do_action( 'wp_body_open' ); }
Version | Description |
---|---|
5.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_body_open