Plugin Directory


Ignore:
Timestamp:
06/29/2022 12:13:24 PM (4 years ago)
Author:
wpxpo
Message:

update version 2.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • product-blocks/trunk/classes/Options.php

    r2729533 r2749640  
    8080        if(!defined('WOPB_PRO_VER')){
    8181            $upgrade_link = array(
    82                 'wopb_pro' => '<a href="'.esc_url(wopb_function()->get_premium_link()).'" target="_blank"><span style="color: #e83838; font-weight: bold;">'.esc_html__('Go Pro', 'product-blocks').'</span></a>'
     82                'wopb_pro' => '<a href="'.esc_url(wopb_function()->get_premium_link("https://www.wpxpo.com/productx/pricing", 'productx_plugin_pro')).'" target="_blank"><span style="color: #e83838; font-weight: bold;">'.esc_html__('Go Pro', 'product-blocks').'</span></a>'
    8383            );
    8484        }
     
    117117        if( !function_exists('wopb_pro_function') ){
    118118            global $submenu;
    119             $submenu['wopb-settings'][] = array( '<span class="wopb-dashboard-upgrade"><span class="dashicons dashicons-update"></span> Upgrade</span>', 'manage_options', esc_url(wopb_function()->get_premium_link()) );
     119            $submenu['wopb-settings'][] = array( '<span class="wopb-dashboard-upgrade"><span class="dashicons dashicons-update"></span> Upgrade</span>', 'manage_options', esc_url(wopb_function()->get_premium_link("https://www.wpxpo.com/productx/pricing", 'go_productx_pro')) );
    120120        }
    121121    }
Note: See TracChangeset for help on using the changeset viewer.