wp_ai_client_prevent_prompt, false, clone $this
wp_ai_client_prevent_prompt, false, clone $this
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_ai_client_prevent_prompt, false, clone $this') is found 1 times:
- /wp-includes/ai-client/class-wp-ai-client-prompt-builder.php line 322
* * @param bool $prevent Whether to prevent the prompt. Default false. * @param WP_AI_Client_Prompt_Builder $builder A clone of the prompt builder instance (read-only). */ $prevent = (bool) apply_filters( 'wp_ai_client_prevent_prompt', false, clone $this ); } if ( $prevent ) { // For is_supported* methods, return false. if ( self::is_support_check_method( $name ) ) { return false;