do_action( ‘pre_current_active_plugins’, array[] $plugins_all )

In this article

Fires before the plugins list table is rendered.

Description

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.

Parameters

$plugins_allarray[]
An array of arrays containing information on all installed plugins.

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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