jetpack_ai_chat_answer_prompt

jetpack_ai_chat_answer_prompt

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

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
    				 * @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;