wp_template_enhancement_output_buffer

wp_template_enhancement_output_buffer

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.9

apply_filters('wp_template_enhancement_output_buffer') is found 1 times:

  • /wp-includes/template.php line 1019
    		 *
    		 * @param string $filtered_output HTML template enhancement output buffer.
    		 * @param string $output          Original HTML template output buffer.
    		 */
    		$filtered_output = (string) apply_filters( 'wp_template_enhancement_output_buffer', $filtered_output, $output );
    	} catch ( Throwable $throwable ) {
    		// Emit to the error log as a warning not as an error to prevent halting execution.
    		$did_just_catch = true;
    		trigger_error(
    			sprintf(
    				/* translators: %s is the throwable class name */