Automattic\WooCommerce\Admin\Marketing

InstalledExtensions::get_allowed_plugins()public staticWC 1.0

Get allowed plugins.

Method of the class: InstalledExtensions{}

No Hooks.

Returns

Array.

Usage

$result = InstalledExtensions::get_allowed_plugins();

InstalledExtensions::get_allowed_plugins() code WC 9.8.5

public static function get_allowed_plugins() {
	return [
		'automatewoo',
		'mailchimp-for-woocommerce',
		'creative-mail-by-constant-contact',
		'facebook-for-woocommerce',
		'pinterest-for-woocommerce',
		'google-listings-and-ads',
		'hubspot-for-woocommerce',
		'woocommerce-amazon-ebay-integration',
		'mailpoet',
	];
}