gutenberg_template_output_buffer

gutenberg_template_output_buffer

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: gutenberg.19.2.0

apply_filters('gutenberg_template_output_buffer') is found 1 times:

  • /lib/experimental/full-page-client-side-navigation.php line 96

    Warning: Undefined array key 101 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			 *
    			 * @param string $output Output buffer.
    			 * @return string Filtered output buffer.
    			 */
    			return (string) apply_filters( 'gutenberg_template_output_buffer', $output );
    		}
    	);
    	return $passthrough;
    }
    add_filter( 'template_include', '_gutenberg_buffer_template_output', PHP_INT_MAX );
    
    

See this hook used in plugins: