Aurangajeb

Remove Dokan Map from the product archive page

Jul 20th, 2020
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. /**
  2. @ Remove Dokan Map from the product archive page
  3. @ You can check the function definition dokan_remove_hook_for_anonymous_class() on dokan-lite\includes\functions.php.
  4. **/
  5.  
  6. add_action('init', function () {
  7.     dokan_remove_hook_for_anonymous_class( 'woocommerce_before_shop_loop', 'Dokan_Geolocation_Product_View', 'before_shop_loop', 10 );
  8. });
Advertisement
Add Comment
Please, Sign In to add comment