is_premium() ) { return; } $cs = get_current_screen(); if ( ! empty( $cs->base ) && strpos( $cs->base, 'dgwt_wcas' ) !== false ) { add_thickbox(); add_action( 'admin_footer', array( $this, 'renderUpgradeModal' ), 10 ); add_action( 'admin_footer', array( $this, 'upgradeModalHandler' ), 20 ); } } /** * Render plugin upgrade modal * * @return void */ public function renderUpgradeModal() { $utmLink = 'https://fibosearch.com/pro-vs-free/?utm_source=wp-admin&utm_medium=referral&utm_campaign=upgrade-popup&utm_content=features&utm_gen=utmdc'; $features = array( __( 'Speed up search! (even 10× faster) - users love it!', 'ajax-search-for-woocommerce' ), __( 'Modern search engine based on an inverted index and advanced matching algorithms', 'ajax-search-for-woocommerce' ), __( 'Fuzzy search', 'ajax-search-for-woocommerce' ), __( 'Synonyms', 'ajax-search-for-woocommerce' ), __( 'Search in attributes and variation products SKUs (option)', 'ajax-search-for-woocommerce' ), __( 'Individual tips and support from the FiboSearch team', 'ajax-search-for-woocommerce' ) ); echo ''; echo '
'; } /** * JS for the upgrade modal * * @return void */ public function upgradeModalHandler() { ?> get_upgrade_url() ); } return $url; } }