Plugin_Locator::find_using_option( string $option_name, bool $site_option = false )
Checks a given option for plugin paths.
Description Description
Parameters Parameters
- $option_name
-
(Required) The option that we want to check for plugin information.
- $site_option
-
(Optional) Indicates whether or not we want to check the site option.
Default value: false
Return Return
(array) $plugin_paths The list of absolute paths we've found.
Source Source
File: packages/woocommerce-admin/vendor/jetpack-autoloader/class-plugin-locator.php