PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.0.2
ShopBuilder – WooCommerce Builder For Elementor v2.0.2
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/SupportController.php +0 -9 2.1.02.0.2 View file →
@@ -26,18 +26,9 @@
26 26 private function __construct() {
27 27 add_action( 'init', [ $this, 'plugins_support' ], 9 );
28 28 add_action( 'init', [ $this, 'themes_support' ], 9 );
29 29 add_filter( 'woocommerce_locate_template', [ $this, 'shipping_method_support' ], 10, 3 );
30 - if( defined( 'RTSB_DEVELOPER_MODE' ) && RTSB_DEVELOPER_MODE ){
31 - $this->developer_support();
32 - }
33 - }
34 30
35 - /**
36 - * @return void
37 - */
38 - public function developer_support() {
39 - add_filter( 'rtsb/builder/args/publicly_queryable', '__return_true', 5 );
40 31 }
41 32
42 33 /**
43 34 * Theme Support