apply_filters( "{$taxonomy}_row_actions", array $actions , WP_Term $tag )
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.
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 | Introduced. |