{$taxonomy}_row_actions for all custom taxonomies
I want to add a row action to ALL custom taxonomies. This is for use in a plugin so I want this to apply to whatever taxonomies exist rather than adding a filter for each taxonomy manually like below. I can't figure out a simple way to do this.
add_filter( 'category_row_actions', 'category_row_actions', 10, 2 );
Topic row-actions Wordpress
Category Web