tag_row_actions

tag_row_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('tag_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-terms-list-table.php line 546
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    * @param string[] $actions An array of action links to be displayed. Default
     *                          'Edit', 'Quick Edit', 'Delete', and 'View'.
     * @param WP_Term  $tag     Term object.
     */
    $actions = apply_filters( 'tag_row_actions', $actions, $tag );
     
    /**
     * Filters the action links displayed for each term in the terms list table.
     *
     * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
     *