You appear to be a bot. Output may be restricted
Description
Checks if Jetpack version is supported.
Usage
$bool = ShippingLabelBannerDisplayRules::jetpack_up_to_date();
Parameters
Returns
bool
Source
File name: woocommerce/packages/woocommerce-admin/src/Features/ShippingLabelBannerDisplayRules.php
Lines:
1 to 3 of 3
private function jetpack_up_to_date() { return version_compare( $this->jetpack_version, $this->min_jetpack_version, '>=' ); }