Plugins_Handler::have_plugins_changed( string[] $plugins )
Checks to see whether or not the plugin list given has changed when compared to the shared $jetpack_autoloader_cached_plugin_paths
global. This allows us to deal with cases where the active list may change due to filtering.
Description Description
.
Parameters Parameters
- $plugins
-
(Required) The plugins list to check against the global cache.
Return Return
(bool) True if the plugins have changed, otherwise false.
Source Source
File: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php