wp_finalized_template_enhancement_output_buffer, $output
wp_finalized_template_enhancement_output_buffer, $output
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_finalized_template_enhancement_output_buffer, $output') is found 1 times:
- /wp-includes/template.php line 962
// If the content type is not HTML, short-circuit since it is not relevant for enhancement. if ( ! $is_html_content_type ) { /** This action is documented in wp-includes/template.php */ do_action( 'wp_finalized_template_enhancement_output_buffer', $output ); return $output; } $filtered_output = $output; $did_just_catch = false;