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.20.0.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

    092
    093
    094
    095
    096
    097
    098
    099
    100
    101
                 *
                 * @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: