Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created September 9, 2015 18:58
Show Gist options
  • Save contempoinc/ec655ab5755095e7c07f to your computer and use it in GitHub Desktop.
Save contempoinc/ec655ab5755095e7c07f to your computer and use it in GitHub Desktop.
<?php
wp_deregister_script('gmaps');
if(!is_page_template('template-submit-listing.php')){
wp_enqueue_script('gmapsapi', 'http://maps.google.com/maps/api/js?sensor=false&key=AIzaSyBg0BEB7TF-Lp8UTsn7X4CIY0muA4rTE2k', '', '1.0', false);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment