{$taxonomy}_row_actions

{$taxonomy}_row_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('{$taxonomy}_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-terms-list-table.php line 564
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
         * @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( "{$taxonomy}_row_actions", $actions, $tag );
     
        return $this->row_actions( $actions );
    }
     
    /**
     * @param WP_Term $tag Term object.