This hook has been deprecated. Use {$taxonomy}_row_actions instead.
apply_filters( 'tag_row_actions', array $actions , WP_Term $tag )
Filters the action links displayed for each term in the Tags list table.
Parameters
- $actions
-
An array of action links to be displayed. Default 'Edit', 'Quick Edit', 'Delete', and 'View'.
- $tag
-
Term object.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Use {$taxonomy}_row_actions instead. |
WP-2.8.0 | Introduced. This hook has been deprecated. Use {$taxonomy}_row_actions instead. |