main->get_styling(); $event_colorskin = (isset($styling['mec_colorskin']) || isset($styling['color'])) ? 'colorskin-custom' : ''; $settings = $this->main->get_settings(); $current_month_divider = isset($_REQUEST['current_month_divider']) ? sanitize_text_field($_REQUEST['current_month_divider']) : 0; global $MEC_Shortcode_id; $MEC_Shortcode_id = !empty($MEC_Shortcode_id) ? $MEC_Shortcode_id : $this->atts['id']; // colorful $colorful_flag = $colorful_class = ''; if($this->style == 'colorful') { $colorful_flag = true; $this->style = 'modern'; $colorful_class = ' mec-event-custom-colorful'; } global $mec_enqueue_custom_css; $is_load_more = 'mec_custom_load_more' === ($_REQUEST['action'] ?? '') ? true : false; $with_css = $is_load_more ? false : true; ?>