jetpack_ai_chat_enabled

jetpack_ai_chat_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_ai_chat_enabled') is found 1 times:

  • /_inc/lib/class-jetpack-ai-helper.php line 120
    		 * @since 12.6
    		 *
    		 * @param bool $default Is AI chat enabled? Defaults to false.
    		 */
    		return apply_filters( 'jetpack_ai_chat_enabled', $default );
    	}
    
    	/**
    	 * Get the name of the transient for image generation. Unique per prompt and allows for reuse of results for the same prompt across entire WPCOM.
    	 * I expext "puppy" to always be from cache.
    	 *