tag_row_actions

tag_row_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('tag_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-terms-list-table.php line 545
    		 * @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.
    		 *