wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



tag_row_actions › Hooks de Filtros WordPress

Desde5.4.2
Obsoleton/a
apply_filters( 'tag_row_actions', $actions, $tag )
Parâmetros: (2)
  • (string[]) $actions An array of action links to be displayed. Default 'Edit', 'Quick Edit', 'Delete', and 'View'.
    Required: Yes
  • (WP_Term) $tag Term object.
    Required: Yes
Definido em:
Codex:

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





Fonte

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