// Set Roles and Capabilities for this plugin
require_once(GLM_MEMBERS_EVENTS_PLUGIN_SETUP_PATH.'/rolesAndCapabilities.php');
- wp_enqueue_script('jquery');
- wp_enqueue_script('jquery-style');
- wp_enqueue_script('jquery-ui-core');
- wp_enqueue_script('jquery-ui-dialog');
- wp_enqueue_script('jquery-ui-autocomplete');
-
- // 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');
}
/*