Automattic\WooCommerce\Admin\PluginsProvider

PluginsProviderInterface::get_active_plugin_slugs()publicWC 1.0

Get an array of active plugin slugs.

Method of the class: PluginsProviderInterface{}

No Hooks.

Return

Array.

Usage

$PluginsProviderInterface = new PluginsProviderInterface();
$PluginsProviderInterface->get_active_plugin_slugs();

PluginsProviderInterface::get_active_plugin_slugs() code WC 8.7.0

public function get_active_plugin_slugs();