wp_finalized_template_enhancement_output_buffer, $output

wp_finalized_template_enhancement_output_buffer, $output

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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;