Filters the action links displayed for each term in the terms list table.
Description
The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.
Possible hook names include:
category_row_actionspost_tag_row_actions
Parameters
$actionsstring[]- An array of action links to be displayed. Default
'Edit', ‘Quick Edit’,'Delete', and'View'. $tagWP_Term- Term object.
Source
$actions = apply_filters( "{$taxonomy}_row_actions", $actions, $tag );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.