gutenberg_template_output_buffer
gutenberg_template_output_buffer
Appears in: gutenberg.18.6.1, gutenberg.18.7.1, gutenberg.18.9.0, gutenberg.19.0.0, gutenberg.19.1.0, gutenberg.19.2.0, gutenberg.19.4.0, gutenberg.19.6.1, gutenberg.19.6.4, gutenberg.19.8.0, gutenberg.19.9.0, gutenberg.20.0.0
Hook Type: filter
See hook in action
Displaying hooks found in version: gutenberg.20.0.0apply_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
092093094095096097098099100101*
* @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 );