Changeset 2749640 for product-blocks/trunk/classes/Options.php
- Timestamp:
- 06/29/2022 12:13:24 PM (4 years ago)
- File:
-
- 1 edited
-
product-blocks/trunk/classes/Options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-blocks/trunk/classes/Options.php
r2729533 r2749640 80 80 if(!defined('WOPB_PRO_VER')){ 81 81 $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>' 83 83 ); 84 84 } … … 117 117 if( !function_exists('wopb_pro_function') ){ 118 118 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')) ); 120 120 } 121 121 }
Note: See TracChangeset
for help on using the changeset viewer.