Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Marketing::get_plugins
Deprecated since 9.3.0 Removed to improve performance.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Get the marketing plugins.
Method of the class: Marketing{}
No Hooks.
Returns
Array
.
Usage
$result = Marketing::get_plugins();
Changelog
Deprecated since 9.3.0 | Removed to improve performance. |
Marketing::get_plugins() Marketing::get plugins code WC 9.9.5
public static function get_plugins() { wc_deprecated_function( __METHOD__, '9.3.0' ); return array(); }