jetpack_block_notes_enabled
jetpack_block_notes_enabled
Appears in: jetpack.15.7
Hook Type: filter
Displaying hooks found in version: jetpack.15.7apply_filters('jetpack_block_notes_enabled') is found 1 times:
- /extensions/plugins/block-notes/block-notes.php line 45
* @since $$next-version$$ * * @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; }