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
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.