apply_filters( 'woocommerce_is_rest_api_request' )
Define if we’re checking against major, minor or no versions in the following places: – plugin screen in WP Admin (displaying extra warning when updating to new major versions) – System Status Report (‘Installed version not tested with active version of WooCommerce’ warning) – core update screen in WP Admin (displaying extra warning when updating to new major versions) – enable/disable automated updates in the plugin screen in WP Admin (if there are any plugins that don’t declare compatibility, the auto-update is disabled)
Description Description
We dropped SemVer before WC 5.0, so all versions are backwards compatible now, thus no more check needed. The SSR in the name is preserved for bw compatibility, as this was initially used in System Status Report.
Source Source
File: includes/class-woocommerce.php