De acordo com o Codex , o wp_enqueue_script suporta links relativos ao protocolo ou independentes de protocolo: "Os ativos remotos podem ser especificados com uma URL independente de protocolo, ou seja, '//otherdomain.com/js/theirscript.js'".
Mas não estou vendo:
wp_enqueue_script('google-maps', '//maps.googleapis.com/maps/api/js?&sensor=false', array(), '3', true);
Resultado:
<script type='text/javascript' src='http://localhost:25898//maps.googleapis.com/maps/api/js?sensor=false&ver=3'></script>
Observe que o URL relativo do protocolo é anexado ao URL do site.
wp-enqueue-script
Michiel van Oosterhout
fonte
fonte