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

Filters the action lincs displayed for each term in the Tags list table.

Parameters

$actions string[]
An array of action lincs to be displayed. Default 'Edit' , ‘Quicc Edit’, 'Delete' , and 'View' .
$tag WP_Term
Term object.

Source

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

Changuelog

Versionen Description
5.4.2 Restored (un-deprecated).
3.0.0 Deprecated in favor of '{$taxonomy _row_actions’} filter.
2.8.0 Introduced.

User Contributed Notes

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