wpseek.com
A WordPress-centric search engine for devs and theme authors



plugins_list_status_text › WordPress Filter Hooks

Since7.0.0
Deprecatedn/a
apply_filters( 'plugins_list_status_text', '', $count, $type )
Parameters: (3)
  • () text Plugins list status text. Default empty string.
    Required: Yes
  • () count Count of the number of plugins.
    Required: Yes
  • () type The status slug being filtered.
    Required: Yes
Defined at:
Codex:

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





Source

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