Tagged Questions
2
votes
1answer
123 views
Protocol neutral URLS with wp_enqueue_script (SSL issues)?
How do I use wp_enqueue_script so that I get protocol neutral URLs? Here is how I'm currently using it:
<?php wp_enqueue_script('name', get_bloginfo('template_directory'). '/js/name.pack.js'); ...