wp_supports_ai

wp_supports_ai

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-7.0

apply_filters('wp_supports_ai') is found 1 times:

  • /wp-includes/ai-client.php line 37
    	 * @since 7.0.0
    	 *
    	 * @param bool $is_enabled Whether AI is available. Default to true.
    	 */
    	return (bool) apply_filters( 'wp_supports_ai', true );
    }
    
    /**
     * Creates a new AI prompt builder using the default provider registry.
     *
     * This is the main entry point for generating AI content in WordPress. It returns