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.


Top ↑

Return Return

(bool) True if the plugins have changed, otherwise false.


Top ↑

Source Source

File: packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugins-handler.php


			

Top ↑

User Contributed Notes User Contributed Notes

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