Skip to content

Instantly share code, notes, and snippets.

@akther80
Created May 8, 2023 04:27
Show Gist options
  • Save akther80/adce20ce30343792501009205076b9ae to your computer and use it in GitHub Desktop.
Save akther80/adce20ce30343792501009205076b9ae to your computer and use it in GitHub Desktop.
MyTravel - Remove Map from Tour format
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