PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.2.1
ShopBuilder – WooCommerce Builder For Elementor v3.2.1
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Controllers/AssetsController.php +1 -0 3.2.03.2.1 View file →
@@ -437,8 +437,9 @@
437 437 'rest_nonce' => wp_create_nonce( 'wp_rest' ),
438 438 'nonce' => wp_create_nonce( rtsb()->nonceText ),
439 439 'pages' => Fns::get_pages(),
440 440 'hasPro' => rtsb()->has_pro() ? 'yes' : 'no',
441 + 'validLicence' => Fns::has_valid_license() ? 'yes' : 'no',
441 442 'proVersion' => defined( 'RTSBPRO_VERSION' ) ? RTSBPRO_VERSION : '0',
442 443 'updateRates' => esc_html__( 'Update All Rates', 'shopbuilder' ),
443 444 'sections' => Settings::instance()->get_sections(),
444 445 'userRoles' => Fns::get_all_user_roles(),