Disable – Post search field – for non-admin roles in WP dashboard

There is no straight forward documented way of removing the search box in the admin panel’s Post dashboard (wp-admin/edit.php). However, it’s still possible by extending WP_Posts_List_Table class. Additionally, it makes sense that if you remove the search box, you’d also like to disable the search capability all together (based on your requirement). In that case, … Read more