wp_template_enhancement_output_buffer_started

wp_template_enhancement_output_buffer_started

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.9

do_action('wp_template_enhancement_output_buffer_started') is found 1 times:

  • /wp-includes/template.php line 904
    		 * Fires when the template enhancement output buffer has started.
    		 *
    		 * @since 6.9.0
    		 */
    		do_action( 'wp_template_enhancement_output_buffer_started' );
    	}
    
    	return $started;
    }
    
    /**