On this page
apply_filters( 'tag_row_actions', string[] $actions, WP_Term $tag )
Filters the action links displayed for each term in the Tags list table.
Parameters
$actionsstring[]-
An array of action links to be displayed. Default
'Edit', 'Quick Edit','Delete', and'View'. $tagWP_Term-
Term object.
Source
File: wp-admin/includes/class-wp-terms-list-table.php. View all references
$actions = apply_filters( 'tag_row_actions', $actions, $tag );
Related
Used By
| Used By | Description |
|---|---|
| WP_Terms_List_Table::handle_row_actions() wp-admin/includes/class-wp-terms-list-table.php | Generates and displays row action links. |
Changelog
| Version | Description |
|---|---|
| 5.4.2 | Restored (un-deprecated). |
| 3.0.0 | Deprecated in favor of '{$taxonomy_row_actions'} filter. |
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/tag_row_actions