// Jquery DatePicker
wp_enqueue_script('jquery-ui-datepicker');
- wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css');
+ wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css');
wp_enqueue_media();
// load shortcodeBuilder.js when the shortcode function has been fired if it hasn't been enqueued yet
if( ! wp_script_is( 'jquery-ui-dialog', 'enqueued' ) ){
- wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css');
+ wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css');
wp_enqueue_script('jquery-ui-dialog', false, array('jquery'), false, true);
}
FROM " . GLM_MEMBERS_PLUGIN_DB_PREFIX . "amenity_groups
ORDER BY name";
$amenGroups = $this->wpdb->get_results( $amenGroupSql, ARRAY_A );
-
+
// regions.
$regionSql = "
SELECT id,name