| Name | Size | Mode | Actions |
|---|---|---|---|
| admin/ | - | 0755 | rm |
| dist/ | - | 0755 | rm |
| images/ | - | 0755 | rm |
| languages/ | - | 0755 | rm |
| class-email-signup.php | 6563 | 0644 | editdlrm |
| class-help.php | 3998 | 0644 | editdlrm |
| class-review-box.php | 29818 | 0644 | editdlrm |
| class-upgrade-box.php | 13889 | 0644 | editdlrm |
| index.php | 26 | 0644 | editdlrm |
| mystickymenu-admin-widgetanalytics.php | 4823 | 0644 | editdlrm |
| mystickymenu-contact-leads.php | 1603 | 0644 | editdlrm |
| mystickymenu-deactivate-form.php | 8826 | 0644 | editdlrm |
| mystickymenu-fonts.php | 34396 | 0644 | editdlrm |
| mystickymenu-leads.php | 15392 | 0644 | editdlrm |
| mystickymenu-popup.php | 2037 | 0644 | editdlrm |
| mystickymenu-review-popup.php | 8385 | 0644 | editdlrm |
| mystickymenu.php | 74973 | 0644 | editdlrm |
| mystickymeny-new-welcomebar.php | 3809 | 0644 | editdlrm |
| readme.txt | 35097 | 0644 | editdlrm |
| recommended-plugins.php | 18550 | 0644 | editdlrm |
| uninstall.php | 125 | 0644 | editdlrm |
| upgrade-to-pro.php | 53531 | 0644 | editdlrm |
| welcome-bar.php | 124507 | 0644 | editdlrm |
/home/cp072267/public_html/dkrgroupholdings.com/wp-content/plugins/mystickymenu/welcome-bar.php (124507B)
'.esc_html__('Get 30% off your first purchase', 'mystickymenu').'
', 'mysticky_welcomebar_x_desktop' => 'desktop', 'mysticky_welcomebar_x_mobile' => 'mobile', 'mysticky_welcomebar_btn_desktop' => 'desktop', 'mysticky_welcomebar_btn_mobile' => 'mobile', 'mysticky_welcomebar_btncolor' => '#000000', 'mysticky_welcomebar_btntxtcolor' => '#ffffff', 'mysticky_welcomebar_btnhovertxtcolor' => '#000000', 'mysticky_welcomebar_btnhoverbordercolor'=> '#000000', 'mysticky_welcomebar_btnhovercolor' => '#ffffff', 'mysticky_welcomebar_btn_text' => 'Got it!', 'mysticky_welcomebar_actionselect' => 'close_bar', 'mysticky_welcomebar_hover_effect' => 'none', 'mysticky_welcomebar_hover_fill_effect' => 'fill1', 'mysticky_welcomebar_hover_border_effect'=> 'border1', 'mysticky_welcomebar_aftersubmission' => 'dont_show_welcomebar', 'mysticky_welcomebar_redirect' => 'https://www.yourdomain.com', 'mysticky_welcomebar_redirect_newtab' => '', 'mysticky_welcomebar_redirect_rel' => '', 'mysticky_welcomebar_device_desktop' => 'desktop', 'mysticky_welcomebar_device_mobile' => 'mobile', 'mysticky_welcomebar_entry_effect' => 'slide-in', 'mysticky_welcomebar_trigger' => 'after_a_few_seconds', 'mysticky_welcomebar_triggersec' => '0', 'mysticky_welcomebar_expirydate' => '', 'mysticky_welcomebar_page_settings' => '', 'mysticky_welcomebar_timer_position' => 'left', 'mysticky_welcomebar_timer_bgcolor' => '#000000', 'mysticky_welcomebar_timer_textcolor' => '#ffffff', 'lead_name_placeholder' => 'Name', 'lead_email_placeholder' => 'Email', 'lead_phone_placeholder' => 'Phone', 'mysticky_welcomebar_enable_lead' => '0', 'advanced_button_customization' => '0', 'button_has_border' => '0', 'button_border_color' => '#7761DF', 'button_has_shadow' => '0', 'button_has_3d_effect' => '0', '3d_effect_shadow_color' => '#7761DF', 'button_border_radius' => '4', ); } function mysticky_welcome_bar_frontend(){ global $wp; $welcomebar = get_option( 'mysticky_option_welcomebar' ); if ( ( isset($welcomebar['mysticky_welcomebar_expirydate']) && $welcomebar['mysticky_welcomebar_expirydate'] !='' && strtotime( date('m/d/Y')) > strtotime($welcomebar['mysticky_welcomebar_expirydate']) ) || !isset($welcomebar['mysticky_welcomebar_enable'] ) || (isset($welcomebar['mysticky_welcomebar_enable']) && $welcomebar['mysticky_welcomebar_enable'] == 0) ) { return; } $mysticky_welcomebar_showx_desktop = $mysticky_welcomebar_showx_mobile = ''; $mysticky_welcomebar_btn_desktop = $mysticky_welcomebar_btn_mobile = ''; $mysticky_welcomebar_display_desktop = $mysticky_welcomebar_display_mobile = ''; if( isset($welcomebar['mysticky_welcomebar_x_desktop']) ) { $mysticky_welcomebar_showx_desktop = ' mysticky-welcomebar-showx-desktop'; } if( isset($welcomebar['mysticky_welcomebar_x_mobile']) ) { $mysticky_welcomebar_showx_mobile = ' mysticky-welcomebar-showx-mobile'; } if( isset($welcomebar['mysticky_welcomebar_btn_desktop']) ) { $mysticky_welcomebar_btn_desktop = ' mysticky-welcomebar-btn-desktop'; } if( isset($welcomebar['mysticky_welcomebar_btn_mobile']) ) { $mysticky_welcomebar_btn_mobile = ' mysticky-welcomebar-btn-mobile'; } $welcomebar['mysticky_welcomebar_position'] = (isset($welcomebar['mysticky_welcomebar_position'])) ? esc_attr($welcomebar['mysticky_welcomebar_position']) : 'top'; $welcomebar['mysticky_welcomebar_height'] = (isset($welcomebar['mysticky_welcomebar_height'])) ? esc_attr($welcomebar['mysticky_welcomebar_height']) : '60'; $welcomebar['mysticky_welcomebar_actionselect'] = (isset($welcomebar['mysticky_welcomebar_actionselect'])) ? esc_attr($welcomebar['mysticky_welcomebar_actionselect']) : 'close_bar'; $welcomebar['mysticky_welcomebar_hover_effect'] = (isset($welcomebar['mysticky_welcomebar_hover_effect'])) ? esc_attr($welcomebar['mysticky_welcomebar_hover_effect']) : 'none'; $welcomebar['mysticky_welcomebar_aftersubmission'] = (isset($welcomebar['mysticky_welcomebar_aftersubmission'])) ? esc_attr($welcomebar['mysticky_welcomebar_aftersubmission']) : 'dont_show_welcomebar'; $welcomebar['mysticky_welcomebar_attentionselect'] = (isset($welcomebar['mysticky_welcomebar_attentionselect'])) ? esc_attr($welcomebar['mysticky_welcomebar_attentionselect']) : ''; $welcomebar['mysticky_welcomebar_show_success_message'] = (isset($welcomebar['mysticky_welcomebar_show_success_message'])) ? esc_html($welcomebar['mysticky_welcomebar_show_success_message']) : ''; $button_postion_relative_text = (isset($welcomebar['mysticky_welcomebar_button_postion_relative_text']) ) ? esc_attr($welcomebar['mysticky_welcomebar_button_postion_relative_text']) : ''; $button_text_postion = (isset($welcomebar['mysticky_welcomebar_button_text_postion']) ) ? esc_attr($welcomebar['mysticky_welcomebar_button_text_postion']) : 'center'; $button_text_postion_clss = ''; if ( $button_postion_relative_text == 1 ) { $button_text_postion_clss = 'mysticky-welcomebar-position-' . $button_text_postion; } $display_entry_effect = (isset($welcomebar['mysticky_welcomebar_entry_effect'])) ? ' mysticky-welcomebar-entry-effect-'.$welcomebar['mysticky_welcomebar_entry_effect'] : ' mysticky-welcomebar-entry-effect-slide-in'; $mysticky_welcomebar_display_desktop = ' mysticky-welcomebar-display-desktop'; $mysticky_welcomebar_display_mobile = ' mysticky-welcomebar-display-mobile'; $display_main_class = "mysticky-welcomebar-position-" . $welcomebar['mysticky_welcomebar_position'] . $mysticky_welcomebar_showx_desktop . $mysticky_welcomebar_showx_mobile . $mysticky_welcomebar_btn_desktop . $mysticky_welcomebar_btn_mobile . $mysticky_welcomebar_display_desktop . $mysticky_welcomebar_display_mobile . $display_entry_effect; if( isset($welcomebar['mysticky_welcomebar_enable_lead']) && $welcomebar['mysticky_welcomebar_enable_lead'] == 1 ): $display_main_class .= ' welcombar-contact-lead '; endif; if( isset($welcomebar['mysticky_welcomebar_actionselect']) ) { if( $welcomebar['mysticky_welcomebar_actionselect'] == 'redirect_to_url' ) { $mysticky_welcomebar_actionselect_url = ( is_email($welcomebar['mysticky_welcomebar_redirect']) ) ? esc_url($welcomebar['mysticky_welcomebar_redirect']) : esc_url( $welcomebar['mysticky_welcomebar_redirect'] ); } else if( $welcomebar['mysticky_welcomebar_actionselect'] == 'poptin_popup'){ $mysticky_welcomebar_actionselect_url = esc_url( $welcomebar['mysticky_welcomebar_poptin_popup_link'] ); } else { $mysticky_welcomebar_actionselect_url = '#'; } } if ( !get_option( 'get_mystickybar_page_views' ) ) { update_option( 'get_mystickybar_page_views', 1); } ?> strtotime($welcomebar['mysticky_welcomebar_expirydate']) ) || !isset($welcomebar['mysticky_welcomebar_enable'] ) || (isset($welcomebar['mysticky_welcomebar_enable']) && $welcomebar['mysticky_welcomebar_enable'] == 0) ) { return; } if( isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] == 'System Stack' ){ $welcomebar['mysticky_welcomebar_font'] = '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"'; } $welcomebar['mysticky_welcomebar_font'] = (isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] == 'Inherit') ? strtolower($welcomebar['mysticky_welcomebar_font']) : $welcomebar['mysticky_welcomebar_font']; /* for button customization */ $welcomebar['advanced_button_customization'] = (isset($welcomebar['advanced_button_customization'])) ? esc_attr($welcomebar['advanced_button_customization']) : 0; $welcomebar['button_has_border'] = (isset($welcomebar['button_has_border'])) ? esc_attr($welcomebar['button_has_border']) : 0; $welcomebar['button_border_color'] = (isset($welcomebar['button_border_color'])) ? esc_attr($welcomebar['button_border_color']) : '#7761DF'; $welcomebar['button_has_shadow'] = (isset($welcomebar['button_has_shadow'])) ? esc_attr($welcomebar['button_has_shadow']) : 0; $welcomebar['button_has_3d_effect'] = (isset($welcomebar['button_has_3d_effect'])) ? esc_attr($welcomebar['button_has_3d_effect']) : 0; $welcomebar['3d_effect_shadow_color'] = (isset($welcomebar['3d_effect_shadow_color'])) ? esc_attr($welcomebar['3d_effect_shadow_color']) : '#7761DF'; $welcomebar['button_border_radius'] = (isset($welcomebar['button_border_radius'])) ? esc_attr($welcomebar['button_border_radius']) : 4; ?>