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


Top ↑

Return Return

(array) $plugin_paths The list of absolute paths we've found.


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.