jetpack_ai_enabled, $jetpack_ai_enabled

jetpack_ai_enabled, $jetpack_ai_enabled

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_ai_enabled, $jetpack_ai_enabled') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-external-media/src/class-external-media.php line 102
    		return array(
    			'wpcomBlogId'    => $blog_id,
    			'pluginBasePath' => plugins_url( '', Constants::get_constant( 'JETPACK__PLUGIN_FILE' ) ),
    			'ai-assistant'   => array(
    				'is-enabled' => apply_filters( 'jetpack_ai_enabled', $jetpack_ai_enabled ),
    			),
    		);
    	}
    
    	/**
    	 * Check whether the environment supports the newer default size of elements, gradually introduced starting with WP 6.4.