jetpack_ai_chat_enabled

jetpack_ai_chat_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_ai_chat_enabled') is found 1 times:

  • /_inc/lib/class-jetpack-ai-helper.php line 134
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
         * @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.
     *