Created
December 29, 2019 22:29
-
-
Save rashedripon/f8dc715d0dcb43ad67b150e1f972750b to your computer and use it in GitHub Desktop.
Remove Dokan Gelocation map from shop page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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