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/ShopBuilder.php +2 -2 3.2.53.2.6 View file →
@@ -237,14 +237,14 @@
237 237 }
238 238 }
239 239
240 240 /**
241 - * Checks if Pro version installed
241 + * Checks if Pro version installed.
242 242 *
243 243 * @return boolean
244 244 */
245 245 public function has_pro() {
246 - return function_exists( 'rtsbpro' );
246 + return function_exists( 'rtsbpro' ); // Fns::is_pro_authorized() will add in the future for checking pro Version Compatibility.
247 247 }
248 248
249 249 /**
250 250 * PRO Version URL.