wp_supports_ai
wp_supports_ai
Appears in: wordpress-7.0
Hook Type: filter
Displaying hooks found in version: wordpress-7.0apply_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