wp_body_open

wp_body_open

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp_body_open') is found 1 times:

  • /wp-includes/general-template.php line 3082
    	 * Triggered after the opening body tag.
    	 *
    	 * @since 5.2.0
    	 */
    	do_action( 'wp_body_open' );
    }
    
    /**
     * Displays the links to the general feeds.
     *
     * @since 2.8.0
    

See this hook used in plugins: