| @@ -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 | |