Advertisement

Summery Summery

Filters the action links displayed for each term in the terms list table.

Syntax Syntax

apply_filters( "{$taxonomy}_row_actions", string[] $actions, WP_Term $tag )

Description Description

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.

Parameters Parameters

$actions

An array of action links to be displayed. Default 'Edit', 'Quick Edit', 'Delete', and 'View'.

$tag

Term object.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply