Fix the description of where `WC tested up to` is placed.

Peter Fabian 2022-10-19 10:34:55 +02:00
parent 2b2dea501e
commit edf49ac014
1 changed files with 1 additions and 1 deletions

@ -219,4 +219,4 @@ add_action( 'before_woocommerce_init', function() {
If you prefer to include the compatibility declaration outside of your main plugin file, please pass 'my-plugin-slug/my-plugin.php' instead of the `__FILE__` parameter in the snippets above.
To prevent problems, WooCommerce will warn users if they try to enable HPOS while any of the incompatible plugins are active. It will also display a warning in the Plugins screen to make sure people would know if extension is incompatible.
As many WordPress extensions aren't WooCommerce related, WC will only display this information for extensions that declare `WC tested up to` in their readme file.
As many WordPress extensions aren't WooCommerce related, WC will only display this information for extensions that declare `WC tested up to` in the header of the main plugin file.