jetpack_ai_chat_answer_prompt

jetpack_ai_chat_answer_prompt

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_ai_chat_answer_prompt') is found 1 times:

  • /_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-ai.php line 215
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
             * @param string $prompt_override The prompt override string.
             *
             * @since 12.6
             */
            'answer_prompt' => apply_filters( 'jetpack_ai_chat_answer_prompt', false ),
        ),
        'wpcom'
    );
     
    if ( is_wp_error( $response ) ) {
        return $response;