wp_template_enhancement_output_buffer_started
wp_template_enhancement_output_buffer_started
Appears in: wordpress-6.9
Hook Type: action
Displaying hooks found in version: wordpress-6.9do_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; } /**