PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.1.13
ShopBuilder – WooCommerce Builder For Elementor v2.1.13
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 +9 -11 2.1.152.1.13 View file →
@@ -417,20 +417,18 @@
417 417 wp_localize_script(
418 418 'rtsb-admin-app',
419 419 'rtsbParams',
420 420 [
421 - 'ajaxurl' => esc_url( self::$ajaxurl ),
422 - 'homeurl' => home_url(),
423 - 'adminLogo' => rtsb()->get_assets_uri( 'images/icon/ShopBuilder-Logo.svg' ),
424 - 'restApiUrl' => esc_url_raw( rest_url() ),
425 - 'rest_nonce' => wp_create_nonce( 'wp_rest' ),
426 - 'nonce' => wp_create_nonce( rtsb()->nonceText ),
427 - 'sections' => Settings::instance()->get_sections(),
428 - 'pages' => Fns::get_pages(),
429 - 'hasPro' => rtsb()->has_pro() ? 'yes' : 'no',
430 - 'updateRates' => esc_html__( 'Update All Rates', 'shopbuilder' ),
421 + 'ajaxurl' => esc_url( self::$ajaxurl ),
422 + 'homeurl' => home_url(),
423 + 'adminLogo' => rtsb()->get_assets_uri( 'images/icon/ShopBuilder-Logo.svg' ),
424 + 'restApiUrl' => esc_url_raw( rest_url() ),
425 + 'rest_nonce' => wp_create_nonce( 'wp_rest' ),
426 + 'nonce' => wp_create_nonce( rtsb()->nonceText ),
427 + 'sections' => Settings::instance()->get_sections(),
428 + 'pages' => Fns::get_pages(),
429 + 'hasPro' => rtsb()->has_pro() ? 'yes' : 'no',
431 430 ]
432 -
433 431 );
434 432 } else {
435 433 $current_screen = get_current_screen();
436 434