v6.3.4 broke taxonomy links in post list
When viewing the posts in the admin interface for a custom post type, the taxonomy links were clickable to show/filter by just the posts in that taxonomy.
The URL looks like:
/wp-admin/edit.php?post_type=custom-post-type&taxonomy=taxonomy-slug&term=termval
After update to v6.3.4 they are getting randomly assigned to unrelated taxonomies/etc….
/wp-admin/edit.php?taxonomy=product_visibility&term=exclude-from-search&post_type=custom-post-type
/wp-admin/edit.php?taxonomy=opl-helps-category&term=refresh-reflect&post_type=custom-post-type
/wp-admin/edit.php?taxonomy=product_type&term=grouped&post_type=custom-post-type
/wp-admin/edit.php?taxonomy=product_type&term=external&post_type=custom-post-type
Very strange. Reverting to v6.3.3 restores the prior behavior.
You must be logged in to reply to this topic.