Göre Kodeksi , wp_enqueue_script destekler protokol akrabası veya protokol agnostik dış bağlantıları: "Uzak varlıklar protokole agnostik URL yani '//otherdomain.com/js/theirscript.js' ile belirtilebilir."
Ama görmüyorum:
wp_enqueue_script('google-maps', '//maps.googleapis.com/maps/api/js?&sensor=false', array(), '3', true);
Çıktı:
<script type='text/javascript' src='http://localhost:25898//maps.googleapis.com/maps/api/js?sensor=false&ver=3'></script>
Protokol göreli URL'sinin site URL'sine eklendiğine dikkat edin.