jetpack_gutenberg, $return
jetpack_gutenberg, $return
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_gutenberg, $return') is found 1 times:
- /class.jetpack-gutenberg.php line 596
* @since 13.9 Filter is able to activate or deactivate Gutenberg blocks. * * @param bool true Whether to load Gutenberg blocks */ return (bool) apply_filters( 'jetpack_gutenberg', $return ); } /** * Queue a script to set `Jetpack_Block_Assets_Base_Url`. * * In certain cases Webpack needs to know a base to load additional assets from.