{$taxonomy}_row_actions

{$taxonomy}_row_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

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