File manager - Edit - /home/buyherba/purecannabishub.com/wp-content/plugins/booster-plus-for-woocommerce/includes/admin/wcj-settings-dashboard.php
Back
<?php /** * Booster for WooCommerce - HTML of booster deshboard page * * @version 7.0.0 * @author Pluggabl LLC. * @package Booster_Plus_For_WooCommerce/admin */ if ( ! defined( 'ABSPATH' ) ) { exit; } require WCJ_PLUGIN_PATH . '/includes/admin/wcj-settings-header.php'; // Handle preset application from hub cards. if ( isset( $_GET['apply_preset'] ) && ! empty( $_GET['apply_preset'] ) ) { if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'wcj_apply_preset' ) ) { wp_die( esc_html__( 'Security check failed.', 'woocommerce-jetpack' ) ); } // phpcs:ignore WordPress.WP.Capabilities.Unknown if ( ! current_user_can( 'manage_woocommerce' ) ) { wp_die( esc_html__( 'Permission denied.', 'woocommerce-jetpack' ) ); } $preset_id = sanitize_key( wp_unslash( $_GET['apply_preset'] ) ); if ( class_exists( 'WCJ_Presets' ) ) { WCJ_Presets::apply_preset( $preset_id ); } // wp_safe_redirect( remove_query_arg( array( 'apply_preset', '_wpnonce' ) ) ); // Redirect to remove query params. wp_safe_redirect( add_query_arg( 'wcj_preset_applied', $preset_id, remove_query_arg( array( 'apply_preset', '_wpnonce' ) ) ) ); exit; } // Display success notice if a preset was applied. if ( isset( $_GET['wcj_preset_applied'] ) && ! empty( $_GET['wcj_preset_applied'] ) ) { $preset_id = sanitize_key( $_GET['wcj_preset_applied'] ); $preset_title = ''; if ( class_exists( 'WCJ_Presets' ) ) { $presets = WCJ_Presets::get_presets(); $preset_title = isset( $presets[ $preset_id ] ) ? $presets[ $preset_id ]['title'] : $preset_id; } /* translators: %s: Preset title */ echo wp_kses_post( '<div id="message" class="updated notice inline is-dismissible" style="margin: 20px 0;"><p><strong>' . sprintf( esc_html__( '%s preset applied successfully!', 'woocommerce-jetpack' ), $preset_title ) . '</strong></p></div>' ); } // Render Getting Started Hub above dashboard content. if ( isset( $GLOBALS['wcj_getting_started_hub'] ) ) { $GLOBALS['wcj_getting_started_hub']->render(); } ?> <div class="wcj-welcome-booster"> <div class="wcj-container"> <div class="wcj-row"> <div class="wcj-welcome-booster-bg wcj_desh_welcome_modal"> <div class="wcj-close-icn wcj_close_deshboard_modal" data-targetclass="wcj_desh_welcome_modal"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/close.png'; ?>"> </div> <div class="wcj-welcome-booster-left"> <h2><?php esc_html_e( 'Welcome to Booster!', 'woocommerce-jetpack' ); ?></h2> <p><?php esc_html_e( 'The all-in-one Toolkit to Supercharge your WooCommerce Site with 120+ modules! Booster helps 100,000+ website owners increase sales, engage visitors and more. Save time and money with ready-to-use solutions!' ); ?></p> <div class="wcj-welcome-banner-btn"> <div class="wcj-btn-lg-main"> <a href="<?php echo esc_url( admin_url( 'admin.php?page=wcj-plugins' ) ); ?>" class="wcj-btn-lg"><?php esc_html_e( 'Launch Getting Started Wizard ', 'woocommerce-jetpack' ); ?><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/wcj-rh-arw.png'; ?>"></a> </div> <div class="wcj-btn-link"> <a href="javascript:;" data-targetclass="wcj_desh_welcome_modal" class="wcj_close_deshboard_modal"><?php esc_html_e( 'Dismiss', 'woocommerce-jetpack' ); ?></a> </div> </div> </div> <div class="wcj-welcome-booster-right"> <div class="wcj-welcome-booster-right-bg"> <div class="wcj-welcome-booster-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/wcj-booster.png'; ?>"> </div> <h4><?php esc_html_e( '120+ Plugins. Limitless functionality.', 'woocommerce-jetpack' ); ?></h4> </div> </div> </div> </div> </div> </div> <div class="wcj-license-box"> <div class="wcj-container"> <div class="wcj-row"> <div class="wcj-license-box-bg wcj_desh_licence_modal"> <div class="wcj-license-box-lf"> <div class="wcj-license-box-lf-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/menu-icn4.png'; ?>"> </div> <div class="wcj-license-box-lf-icn-dtl"> <div class="wcj-license-type"> <h5><?php esc_html_e( 'License:', 'woocommerce-jetpack' ); ?></h5> <?php $site_key_status = wcj_get_option( 'wcj_site_key_status', false ); if ( isset( $site_key_status['server_response']->status ) && false !== $site_key_status['server_response']->status ) { ?> <span class="wcj-license-ty-name activated"><?php esc_html_e( 'Activated', 'woocommerce-jetpack' ); ?></span> <?php } else { ?> <span class="wcj-license-ty-name"><?php esc_html_e( 'Not Activated', 'woocommerce-jetpack' ); ?></span> <?php } ?> </div> </div> </div> <div class="wcj-license-right-btn"> <div class="wcj-rounded-btn-main"> <a href="<?php echo esc_url( admin_url( 'admin.php?page=wcj-general-settings§ion=site_key' ) ); ?>" class="wcj-rounded-btn"><?php esc_html_e( 'Manage', 'woocommerce-jetpack' ); ?></a> </div> <div class="wcj-btn-link"> <a href="javascript:;" data-targetclass="wcj_desh_licence_modal" class="wcj_close_deshboard_modal"><?php esc_html_e( 'Dismiss', 'woocommerce-jetpack' ); ?></a> </div> </div> </div> </div> </div> </div> <div class="wcj-license-box wcj-license-hand-booster close-modal-wcj-license"> <div class="wcj-container"> <div class="wcj-row"> <div class="wcj-license-box-bg wcj_desh_rate_modal"> <div class="wcj-license-box-lf"> <div class="wcj-license-box-lf-icon wcj-bg-none"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/hand.png'; ?>"> </div> <div class="wcj-license-box-lf-icn-dtl"> <div class="wcj-license-type"> <h5><?php esc_html_e( 'Hey there, we hope you’re enjoying Booster!', 'woocommerce-jetpack' ); ?></h5> </div> <p> <?php esc_html_e( 'Please rate us', 'woocommerce-jetpack' ); ?> <span><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/star-yellow.png'; ?>"></span> <span><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/star-yellow.png'; ?>"></span> <span><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/star-yellow.png'; ?>"></span> <span><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/star-yellow.png'; ?>"></span> <span><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/star-yellow.png'; ?>"></span> <a href="https://wordpress.org/support/plugin/woocommerce-jetpack/reviews/?rate=5#new-post" target="_blank"><?php esc_html_e( 'on WordPress.org', 'woocommerce-jetpack' ); ?> </a><?php esc_html_e( 'to help us spread the word!', 'woocommerce-jetpack' ); ?> </p> </div> </div> <div class="wcj-license-right-btn"> <div class="wcj-rounded-btn-main"> <a target="_blank" href="https://wordpress.org/support/plugin/woocommerce-jetpack/reviews/?rate=5#new-post" class="wcj-rounded-btn"><?php esc_html_e( 'Rate us on WordPress.org', 'woocommerce-jetpack' ); ?><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/launch-app.png'; ?>"></a> </div> <div class="wcj-btn-link"> <a href="javascript:;" data-targetclass="wcj_desh_rate_modal" class="wcj_close_deshboard_modal"><?php esc_html_e( 'Dismiss', 'woocommerce-jetpack' ); ?></a> </div> </div> </div> </div> </div> </div> <div class="wcj-license-box wcj-latest-updates"> <div class="wcj-container"> <div class="wcj-row"> <div class="wcj-license-box-bg wcj_desh_version_modal"> <div class="wcj-license-box-lf wcj_let_update"> <div class="wcj-license-box-lf-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/last-update.png'; ?>"> </div> <div class="wcj-license-box-lf-icn-dtl"> <div class="wcj-license-type"> <h5><?php esc_html_e( 'Latest Updates', 'woocommerce-jetpack' ); ?></h5> </div> <p><strong><?php echo wp_kses_post( WCJ()->version ); ?></strong></p> <div class="wcj-license-type-sub-cnt"> <?php $this->version_details(); ?> <div class="wcj-view-more-link"> <a target="_blank" href="https://booster.io/changelog/"><?php esc_html_e( 'View more', 'woocommerce-jetpack' ); ?></a> </div> </div> </div> </div> <div class="wcj-license-right-btn close-modal-wcj-changelog"> <div class="wcj-rounded-btn-main"> <a target="_blank" href="https://booster.io/changelog/" class="wcj-rounded-btn"><?php esc_html_e( 'View Full Changelog', 'woocommerce-jetpack' ); ?><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/launch-app.png'; ?>"></a> </div> <div class="wcj-btn-link"> <a href="javascript:;" data-targetclass="wcj_desh_version_modal" class="wcj_close_deshboard_modal"><?php esc_html_e( 'Dismiss', 'woocommerce-jetpack' ); ?></a> </div> </div> </div> </div> </div> </div> <!-- Quick Setup Presets Section --> <div class="wcj-presets-section"> <div class="wcj-container"> <div class="wcj-row"> <div class="wcj-presets-header"> <h2><?php esc_html_e( 'Quick Setup', 'woocommerce-jetpack' ); ?></h2> <p class="description"><?php esc_html_e( 'Apply safe defaults for common store goals in one click.', 'woocommerce-jetpack' ); ?></p> </div> <?php if ( class_exists( 'WCJ_Presets' ) ) { WCJ_Presets::render_preset_cards(); } ?> </div> </div> </div> <div class="wcj-dashboard-box"> <div class="wcj-container"> <div class="wcj-row wcj-dashboard-box-listing wcj-row-flex"> <div class="wcj-col-lg-6"> <div class="wcj-dash-sing-box"> <h3><?php esc_html_e( 'Getting Started', 'woocommerce-jetpack' ); ?></h3> <h6><?php esc_html_e( 'Let’s get you set up with Booster', 'woocommerce-jetpack' ); ?></h6> <div class="wcj-dash-sing-icn-list"> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/menu-icn4.png'; ?>"> </div> <div class="wcj-dash-sing-icon-dtl"> <h4><?php esc_html_e( 'Generate Site Key', 'woocommerce-jetpack' ); ?></h4> <p><?php esc_html_e( 'Add Booster to your website - ', 'woocommerce-jetpack' ); ?><a target="_blank" href="https://booster.io/my-account/downloads/"><?php esc_html_e( 'Generate Key', 'woocommerce-jetpack' ); ?></a></p> </div> </div> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/privacy-settings.png'; ?>"> </div> <div class="wcj-dash-sing-icon-dtl"> <h4><?php esc_html_e( 'License Booster', 'woocommerce-jetpack' ); ?></h4> <p><?php esc_html_e( 'Enter Booster license key', 'woocommerce-jetpack' ); ?></p> </div> </div> </div> <p><a target="_blank" href="https://booster.io/docs/"><?php esc_html_e( 'Need help? View our Documentation', 'woocommerce-jetpack' ); ?></a></p> </div> </div> <div class="wcj-col-lg-6"> <div class="wcj-dash-sing-box"> <h3><?php esc_html_e( 'Documentation', 'woocommerce-jetpack' ); ?></h3> <h6><?php esc_html_e( 'One stop shop for all things Booster!', 'woocommerce-jetpack' ); ?></h6> <div class="wcj-dash-sing-icn-list"> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <a target="_blank" href="https://booster.io/docs/how-to-get-started-with-booster/"><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/documentation-sm.png'; ?>"></a> </div> <div class="wcj-dash-sing-icon-dtl"> <a target="_blank" href="https://booster.io/docs/how-to-get-started-with-booster/"><h4><?php esc_html_e( 'How to get started with Booster', 'woocommerce-jetpack' ); ?></h4> </div> </div> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <a target="_blank" href="https://booster.io/docs/how-to-get-started-with-booster/"><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/documentation-sm.png'; ?>"></a> </div> <div class="wcj-dash-sing-icon-dtl"> <a target="_blank" href="https://booster.io/docs/how-to-get-started-with-booster/"><h4><?php esc_html_e( 'Adding a license to your website', 'woocommerce-jetpack' ); ?></h4> </div> </div> </div> <p><a target="_blank" href="https://booster.io/docs/"><?php esc_html_e( 'View All Documentation', 'woocommerce-jetpack' ); ?></a></p> </div> </div> <div class="wcj-col-lg-6"> <div class="wcj-dash-sing-box"> <h3><?php esc_html_e( 'Frequently Asked Questions', 'woocommerce-jetpack' ); ?></h3> <div class="wcj-dash-sing-icn-list"> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/c-question-2.png'; ?>"> </div> <div class="wcj-dash-sing-icon-dtl"> <h4><?php esc_html_e( 'Do I need to have coding skills to use Booster ?', 'woocommerce-jetpack' ); ?></h4> <p><?php esc_html_e( 'Absolutely not. You can configure pretty much everything Booster has to offer without any coding knowledge.', 'woocommerce-jetpack' ); ?></a></p> </div> </div> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/c-question-2.png'; ?>"> </div> <div class="wcj-dash-sing-icon-dtl"> <h4><?php esc_html_e( 'Will Booster slow down my website?', 'woocommerce-jetpack' ); ?></h4> <p><?php esc_html_e( 'Absolutely not. Booster is carefully built with performance in mind.', 'woocommerce-jetpack' ); ?></p> </div> </div> </div> <p><a target="_blannk" href="https://booster.io/faqs/"><?php esc_html_e( 'View All FAQs', 'woocommerce-jetpack' ); ?></a></p> </div> </div> <div class="wcj-col-lg-6"> <div class="wcj-dash-sing-box" id="wcj_quick_action"> <h3><?php esc_html_e( 'Quick Actions', 'woocommerce-jetpack' ); ?></h3> <div class="wcj-dash-sing-icn-list"> <?php $wpnonce = isset( $_REQUEST['wcj-cat-nonce'] ) ? wp_verify_nonce( sanitize_key( $_REQUEST['wcj-cat-nonce'] ), 'wcj-cat-nonce' ) : false; if ( isset( $_REQUEST['msg'] ) && '' !== $_REQUEST['msg'] ) { echo wp_kses_post( '<div id="message" class="updated inline wcj_setting_updated" bis_skin_checked="1"><p><strong>' . sanitize_text_field( wp_unslash( $_REQUEST['msg'] ) ) . '</strong></p></div>' ); } ?> <form action="<?php echo esc_url( admin_url( 'admin-post.php' ) ); ?>" method="post" enctype="multipart/form-data"> <input type="hidden" name="action" value="wcj_save_general_settings"> <input type="hidden" name="wcj-verify-manage-settings" value="<?php echo esc_html( wp_create_nonce( 'wcj-verify-manage-settings' ) ); ?>"> <input type="hidden" name="return_url" value="<?php echo esc_url( admin_url( 'admin.php?page=wcj-dashboard' ) ); ?>"> <input type="hidden" name="wcj_quick_action" value="wcj_quick_action"> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <button style="width:100px;border: 0;cursor: pointer;" class="" type="submit" name="booster_import_settings"><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/data-upload.png'; ?>"></button> </div> <div class="wcj-dash-sing-icon-dtl"> <input style="display: block;margin-bottom: 10px;" type="file" name="booster_import_settings_file"> <h4><?php esc_html_e( 'Import Booster options', 'woocommerce-jetpack' ); ?></h4> </div> </div> <div class="wcj-dash-sing-part"> <div class="wcj-dash-sing-icon"> <button style="border: 0;cursor: pointer;" type="submit" name="booster_export_settings"><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/data-download.png'; ?>"></button> </div> <div class="wcj-dash-sing-icon-dtl"> <h4><?php esc_html_e( 'Export Booster options', 'woocommerce-jetpack' ); ?></h4> </div> </div> </form> </div> <p><a href="<?php echo esc_url( admin_url( 'admin.php?page=wcj-general-settings' ) ); ?>"><?php esc_html_e( 'More Actions', 'woocommerce-jetpack' ); ?></a></p> </div> </div> </div> </div> </div> <div class="wcj-upgrade-booster" style="display: none;"> <div class="wcj-container"> <div class="wcj-row"> <div class="wcj-upgrade-booster-box"> <div class="wcj-upgrade-booster-head"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/wcj-booster.png'; ?>"> <div class="wcj-upgrade-booster-head-rh"> <h3><?php esc_html_e( 'Upgrade to Booster Pro!', 'woocommerce-jetpack' ); ?></h3> <p><?php esc_html_e( 'Non id vitae in netus turpis nulla', 'woocommerce-jetpack' ); ?></p> </div> </div> <div class="wcj-upgrade-booster-sub-cnt"> <ul> <li><?php esc_html_e( 'Sed nisl in scelerisque rhoncus urna, vitae', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Facilisi vitae viverra massa nisl quam volutpat', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Urna euismod diam nisi gravida magna', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Interdum sed platea arcu sociis maecenas', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Tellus massa elementum sem viverra.', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Parturient ipsum nec porta gravida ipsum egestas', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Elit egestas venenatis et elementum blandit id', 'woocommerce-jetpack' ); ?></li> <li><?php esc_html_e( 'Enim orci in risus consequat quisque blandit sit', 'woocommerce-jetpack' ); ?></li> </ul> <div class="wcj-upgrade-btn-part"> <div class="wcj-btn-main"> <a href="javascript:;" class="wcj-btn-sm"><?php esc_html_e( 'Upgrade to Pro!', 'woocommerce-jetpack' ); ?><img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/wcj-rh-arw.png'; ?>"></a> </div> <div class="wcj-btn-main"> <a href="javascript:;" class="wcj-btn-sm wcj-btn-gray"><?php esc_html_e( 'See all Features', 'woocommerce-jetpack' ); ?></a> </div> </div> </div> </div> </div> </div> </div> <div class="wcj-license-box wcj-license-social-bottom"> <div class="wcj-container"> <div class="wcj-row wcj-row-flex"> <div class="wcj-col-lg-6"> <div class="wcj-license-box-bg"> <div class="wcj-license-box-lf"> <div class="wcj-license-box-lf-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/wcj-support.png'; ?>"> </div> <div class="wcj-license-box-lf-icn-dtl"> <div class="wcj-license-type"> <h5><?php esc_html_e( 'Support', 'woocommerce-jetpack' ); ?></h5> </div> <p> <?php esc_html_e( 'Submit a ticket and get help from our friendly', 'woocommerce-jetpack' ); ?> <br> <?php esc_html_e( 'and knowledgeable Booster Engineers.', 'woocommerce-jetpack' ); ?> </p> </div> </div> <div class="wcj-rounded-btn-main"> <a target="_blank" href="https://booster.io/my-account/booster-contact/" class="wcj-rounded-btn"><?php esc_html_e( 'Contact Support', 'woocommerce-jetpack' ); ?> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/launch-app.png'; ?>"></a> </div> </div> </div> <div class="wcj-col-lg-6"> <div class="wcj-license-box-bg"> <div class="wcj-license-box-lf"> <div class="wcj-license-box-lf-icon"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/share.png'; ?>"> </div> <div class="wcj-license-box-lf-icn-dtl"> <div class="wcj-license-type"> <h5><?php esc_html_e( 'Connect with Booster', 'woocommerce-jetpack' ); ?></h5> </div> <p><?php esc_html_e( 'Visit our official website at ', 'woocommerce-jetpack' ); ?><a target="_blank" href="https://booster.io/" target="_blank">booster.io</a></p> </div> </div> <div class="wcj-license-social-button"> <ul> <li> <a target="_blank" href="https://www.youtube.com/channel/UCVQg0c4XIirUI3UnGoX9HVg?sub_confirmation=1" class="wcj-youtube"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/youtube-sm.png'; ?>"> </a> </li> <li> <a target="_blank" href="https://www.facebook.com/booster.for.woocommerce" class="wcj-fb"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/fb-sm.png'; ?>"> </a> </li> <li> <a target="_blank" href="https://twitter.com/intent/follow?screen_name=BoosterForWoo" class="wcj-twitter"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/twitter-sm.png'; ?>"> </a> </li> <li> <a target="_blank" href="https://www.linkedin.com/company/booster-for-woocommerce" class="wcj-linkdin"> <img src="<?php echo esc_url( wcj_plugin_url() ) . '/assets/images/linkdin-sm.png'; ?>"> </a> </li> </ul> </div> </div> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.09 |
proxy
|
phpinfo
|
Settings