wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



plugins_list_status_text › WordPress Filter Hooks

Seit7.0.0
Veraltetn/v
apply_filters( 'plugins_list_status_text', '', $count, $type )
Parameter: (3)
  • () text Plugins list status text. Default empty string.
    Erforderlich: Ja
  • () count Count of the number of plugins.
    Erforderlich: Ja
  • () type The status slug being filtered.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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