Skip to content

Instantly share code, notes, and snippets.

@rashedripon
Created December 29, 2019 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashedripon/f8dc715d0dcb43ad67b150e1f972750b to your computer and use it in GitHub Desktop.
Save rashedripon/f8dc715d0dcb43ad67b150e1f972750b to your computer and use it in GitHub Desktop.
Remove Dokan Gelocation map from shop page
<?php
//Remove Geolocation map from shop page with the help of a Dokan function
dokan_remove_hook_for_anonymous_class( 'woocommerce_before_shop_loop', 'Dokan_Geolocation_Product_View', 'before_shop_loop', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment