wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



pre_current_active_plugins › Les Actions WordPress

Depuis3.0.0
Dépréciéen/a
do_action( 'pre_current_active_plugins', $plugins['all'] )
Paramètres:
  • (array[]) $plugins_all An array of arrays containing information on all installed plugins.
    Requis: Oui
Défini(e) dans:
Codex:

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.





Source

do_action( 'pre_current_active_plugins', $plugins['all'] );