jetpack_reader_chat_enabled
jetpack_reader_chat_enabled
Appears in: jetpack.15.9
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.15.9apply_filters('jetpack_reader_chat_enabled') is found 1 times:
- /extensions/plugins/ai-assistant-plugin/reader-chat/class-jetpack-reader-chat.php line 57
* @since 15.9 * * @param bool $enabled Whether the reader chat is enabled. */ if ( ! apply_filters( 'jetpack_reader_chat_enabled', (bool) get_option( 'reader_chat', false ) ) ) { return; } /** * Filter whether Reader Chat should hook its public frontend loader. *