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 +5 -4 2.1.112.1.13 View file →
@@ -373,12 +373,12 @@
373 373 width: auto;
374 374 height: 22px;
375 375 padding: 4px 0;
376 376 }
377 - .post-type-rtsb_builder li#wp-admin-bar-WPML_ALS_all,
378 - .post-type-rtsb_builder li.language_all{
379 - display: none;
380 - }
377 + .post-type-rtsb_builder li#wp-admin-bar-WPML_ALS_all,
378 + .post-type-rtsb_builder li.language_all{
379 + display: none;
380 + }
381 381
382 382 <?php
383 383 $admin_global_style = ob_get_clean();
384 384 // Speed Optimization.
@@ -419,8 +419,9 @@
419 419 'rtsbParams',
420 420 [
421 421 'ajaxurl' => esc_url( self::$ajaxurl ),
422 422 'homeurl' => home_url(),
423 + 'adminLogo' => rtsb()->get_assets_uri( 'images/icon/ShopBuilder-Logo.svg' ),
423 424 'restApiUrl' => esc_url_raw( rest_url() ),
424 425 'rest_nonce' => wp_create_nonce( 'wp_rest' ),
425 426 'nonce' => wp_create_nonce( rtsb()->nonceText ),
426 427 'sections' => Settings::instance()->get_sections(),