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



tag_row_actions › WordPress Filter Hooks

Seit5.4.2
Veraltetn/v
apply_filters( 'tag_row_actions', $actions, $tag )
Parameter: (2)
  • (string[]) $actions An array of action links to be displayed. Default 'Edit', 'Quick Edit', 'Delete', and 'View'.
    Erforderlich: Ja
  • (WP_Term) $tag Term object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the action links displayed for each term in the Tags list table.





Quellcode

$actions = apply_filters( 'tag_row_actions', $actions, $tag );