Created
May 8, 2023 04:27
-
-
Save akther80/adce20ce30343792501009205076b9ae to your computer and use it in GitHub Desktop.
MyTravel - Remove Map from Tour format
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
add_action( 'init', 'mytravel_remove_map_location' ); | |
function mytravel_remove_map_location() { | |
remove_action( 'mytravel_single_tour', 'mytravel_single_hotel_location_map', 70 ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment