W3cubDocs

/WordPress

apply_filters( "{$taxonomy}_row_actions", string[] $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

(string[]) An array of action links to be displayed. Default 'Edit', 'Quick Edit', 'Delete', and 'View'.

$tag

(WP_Term) Term object.

Source

File: wp-admin/includes/class-wp-terms-list-table.php

View on Trac

Changelog

Version Description
3.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/taxonomy_row_actions