WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_current_active_plugins

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/plugins.php do_action 759 /**
* Fires before the plugins list table is rendered.
*
* This hook also fires before the plugins list table is rendered in the Network Admin.
*
* Please note: The 'active' portion of the hook name does not refer to whether the current
* view is for active plugins, but rather all plugins actively-installed.
*
* @since 3.0.0
*
* @param array[] $plugins_all An array of arrays containing information on all installed plugins.
*/

Hook Parameters

Parameter Type Name Description
array[] $plugins_all An array of arrays containing information on all installed plugins.