PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.2.6
ShopBuilder – WooCommerce Builder For Elementor v3.2.6
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/CompareFns.php +1 -1 3.4.23.2.6 View file →
@@ -437,9 +437,9 @@
437 437 */
438 438 public function reached_max_limit() {
439 439
440 440 $product_ids = $this->get_compared_product_ids();
441 - $max_limit = absint( Fns::get_option( 'modules', 'compare', 'max_limit', 10, 'number' ) );
441 + $max_limit = absint( Fns::get_option( 'modules', 'compare', 'max_limit', 10, 'checkbox' ) );
442 442
443 443 // Remove if product is not exist.
444 444 foreach ( $product_ids as $id ) {
445 445 if ( 'publish' !== get_post_status( $id ) ) {