wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



pre_current_active_plugins › Hooks de Ações WordPress

Desde3.0.0
Obsoleton/a
do_action( 'pre_current_active_plugins', $plugins['all'] )
Parâmetros:
  • (array[]) $plugins_all An array of arrays containing information on all installed plugins.
    Required: Yes
Definido em:
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.





Fonte

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