PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
← All changes | includes/Admin/Dashboard.php +1 -1 3.0.23.1.4 View file →
@@ -98,9 +98,9 @@
98 98 'savedSettings' => $this->get_saved_settings(),
99 99 'version' => BDTUSK_VER,
100 100 'restUrl' => esc_url_raw(rest_url('ultimate-store-kit/v1/')),
101 101 'restNonce' => wp_create_nonce('wp_rest'),
102 - 'isPro' => function_exists('usk_license_validation') ? usk_license_validation() : false,
102 + 'isPro' => function_exists('ultimate_store_kit_license_validation') ? ultimate_store_kit_license_validation() : false,
103 103 'isProPluginActive' => defined('BDTUSK_PRO_VER'),
104 104 'adminUrl' => admin_url(),
105 105 'licenseData' => apply_filters('ultimate_store_kit_license_data', []),
106 106 ]