--- /dev/null
+.action-item,
+.feature-img,
+header,
+footer,
+nav,
+#ui-datepicker-div,
+#glm-event-detail-takeback-mini,
+#glm-events-search-form,
+#eventDetailMap,
+#EventDrivingDirectionsForm,
+#big-lens {
+ display: none;
+}
+body {
+ margin: 0;
+ height: 0;
+ font-size: 12px;
+}
+header {
+ margin: 0;
+ height: 0;
+}
true
);
wp_enqueue_script('event-dashboard-js');
+ wp_enqueue_style(
+ 'glm-event-detail-print',
+ GLM_MEMBERS_EVENTS_PLUGIN_BASE_URL . '/css/print.css',
+ null,
+ '1.0',
+ 'print'
+ );
switch ($action) {