Filters the action links displayed for each term in the terms list table.
The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.
Possible hook names include:
category_row_actionspost_tag_row_actions$actionsstring[]
'Edit', ‘Quick Edit’, 'Delete', and 'View'.$tagWP_Term
$actions = apply_filters( "{$taxonomy}_row_actions", $actions, $tag );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/taxonomy_row_actions