Filter hook 'tag_row_actions'
in WP Core File wp-admin/includes/class-wp-terms-list-table.php at line 546
Description
Filters the action links displayed for each term in the Tags list table.
Occurrences
Filename |
Line Number |
wp-admin/includes/class-wp-terms-list-table.php |
546 |
Parameters
Type |
Name |
Description |
string[] |
$actions |
An array of action links to be displayed. Default 'Edit', 'Quick Edit', 'Delete', and 'View'. |
WP_Term |
$tag |
Term object. |
PHP Doc
/**
* Filters the action links displayed for each term in the Tags list table.
*
* @since 2.8.0
* @since 3.0.0 Deprecated in favor of {@see '{$taxonomy}_row_actions'} filter.
* @since 5.4.2 Restored (un-deprecated).
*
* @param string[] $actions An array of action links to be displayed. Default
* 'Edit', 'Quick Edit', 'Delete', and 'View'.
* @param WP_Term $tag Term object.
*/