Fix the description of where `WC tested up to` is placed.
parent
2b2dea501e
commit
edf49ac014
|
@ -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.
|
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.
|
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.
|
Loading…
Reference in New Issue