jetpack_block_notes_enabled
jetpack_block_notes_enabled
Hook Type: filter
Displaying hooks found in version: jetpack.16.0apply_filters('jetpack_block_notes_enabled') is found 1 times:
- /extensions/plugins/block-notes/block-notes.php line 45
* @since 15.8 * * @param bool $enabled Whether Block Notes is force-enabled. Default false. */ if ( ! apply_filters( 'jetpack_block_notes_enabled', false ) ) { return false; } if ( is_big_sky_enabled() ) { return true; }