pre_current_active_plugins

Advertisement

Summery Summery

Fires before the plugins list table is rendered.

Syntax Syntax

do_action( 'pre_current_active_plugins', array[] $plugins_all )

Description 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 Parameters

$plugins_all

An array of arrays containing information on all installed plugins.

Source Source

File: wp-admin/plugins.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply