Introducing WP_List_Table::get_views_links() in WordPress 6.1

The Problem Previously, the code to generate markup for views links had to be added in the get_views() method of each child class. This led to repetitive and inconsistent code to achieve the same result, increasing the maintenance burden for Core and extenders alike. The Solution A new method was proposed in ticket #42066, WP_List_Table::get_views_links(), … Continue reading Introducing WP_List_Table::get_views_links() in WordPress 6.1