jetpack_is_standalone_block, $is_standalone_block
jetpack_is_standalone_block, $is_standalone_block
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_is_standalone_block, $is_standalone_block') is found 1 times:
- /jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php line 454
* @since 1.3.0 * * @param boolean $is_standalone_block Is the block running standalone versus as part of the Jetpack plugin. */ return apply_filters( 'jetpack_is_standalone_block', $is_standalone_block ); } /** * Returns the path to the directory containing the block.json metadata file of a block, given its * source code directory and, optionally, the directory that holds the blocks built files of * the package. If the directory doesn't exist, falls back to the source directory.