PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.6.0
ShopBuilder – WooCommerce Builder For Elementor v2.6.0
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/Modules/Compare/CompareFrontEnd.php +1 -1 2.2.02.6.0 View file →
@@ -278,9 +278,9 @@
278 278 'product_id' => $product->get_id(),
279 279 'parent_product_id' => $product_parent ?: $product->get_id(),
280 280 'product_type' => $product_type,
281 281 'button_text' => $button_text,
282 - 'show_button_text' => false,
282 + 'show_button_text' => ! empty( Fns::get_option( 'modules', 'compare', 'button_text', '' ) ),
283 283 'left_text' => apply_filters( 'rtsb/module/compare/button_left_text', '' ),
284 284 'right_text' => apply_filters( 'rtsb/module/compare/button_right_text', '' ),
285 285 ];
286 286 $atts = apply_filters( 'rtsb/module/compare/button_params', $params );