wp_enqueue and wp_register_script issues
-
wp_register_script(‘wuwc_calendar’, CALENDAR_URL . ‘WhatsUpWaucondaCalendar.js’, array(‘jquery’));
wp_register_style(‘wuwc-style’, CALENDAR_URL . ‘WhatsUpWaucondaCalendar.css’);
AND
wp_enqueue_style(‘wuwc-style’);
wp_enqueue_script(‘wuwc_calendar’);EACH is adding a ?ver=3.3.1 to the end of the script causing it to not be found. This does NOT happen on my local machine. Ha anyone else had this problem? Does anyone know what causes this and how to solve it?
Thanks
Kim
The topic ‘wp_enqueue and wp_register_script issues’ is closed to new replies.