apply_filters( ‘plugins_list_status_text’, string $text, int $count, string $type )

In this article

Filters the status text of default switch case in the plugins list table.

Parameters

$textstring
Plugins list status text. Default empty string.
$countint
Count of the number of plugins.
$typestring
The status slug being filtered.

Source

$text = apply_filters( 'plugins_list_status_text', '', $count, $type );

Changelog

VersionDescription
7.0.0Introduced.

User Contributed Notes

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