jetpack_reader_chat_enqueue_enabled
jetpack_reader_chat_enqueue_enabled
Appears in: jetpack.15.9
Hook Type: filter
Displaying hooks found in version: jetpack.15.9apply_filters('jetpack_reader_chat_enqueue_enabled') is found 1 times:
- /extensions/plugins/ai-assistant-plugin/reader-chat/class-jetpack-reader-chat.php line 68
* @since 15.9 * * @param bool $enabled Whether the reader chat frontend loader should be hooked. */ if ( ! apply_filters( 'jetpack_reader_chat_enqueue_enabled', true ) ) { return; } add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueue_scripts' ) ); add_action( 'wp_footer', array( __CLASS__, 'render_mount_div' ) ); }