Advertisement
eventsmanager

Remove "Events" tab under WP Products > All

Jan 18th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function init(){
  2. remove_filter('views_edit-product', 'Events_Manager_WooCommerce\Product::views_edit_product', 1);
  3. }
  4. add_filter( 'admin_init', 'init', 100 );
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement