apply_filters( ‘tag_row_actions’, string[] $actions, WP_Term $tag )

In this article

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

$actions = apply_filters( 'tag_row_actions', $actions, $tag );

Changelog

VersionDescription
5.4.2Restored (un-deprecated).
3.0.0Deprecated in favor of '{$taxonomy_row_actions’} filter.
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.