PluginsHelper
Class PluginsHelper
Description Description
Source Source
File: packages/woocommerce-admin/src/PluginsHelper.php
Methods Methods
- get_active_plugin_slugs — Get an array of active plugin slugs.
- get_installed_plugin_slugs — Get an array of installed plugin slugs.
- get_installed_plugins_paths — Get an array of installed plugins with their file paths as a key value pair.
- get_plugin_data — Get plugin data.
- get_plugin_path_from_slug — Get the path to the plugin file relative to the plugins directory from the plugin slug.
- is_plugin_active — Checks if a plugin is active.
- is_plugin_installed — Checks if a plugin is installed.