Описание
Make WooCommerce Notices Compatible with all Cache Plugins using a Redirection with a ?woonotice=yes parameter and avoid to be cached.
Установка
- Upload the plugin to the «/wp-content/plugins/» directory
- Activate the plugin through the «Plugins» menu in WordPress
- Done.
Часто задаваемые вопросы
-
Which Notices are you talking about?
Some themes are using the dedicated WooCommerce hooks named ‘woocommerce_before_shop_loop’ & ‘woocommerce_before_single_product’.
The problem is that WooCommerce will print its notices in PHP.
If you’re using a caching plugin, like WP Rocket, or you won’t get the notices, or the notices will be stored into the cached files. -
Ok, so what kind of fix this is?
I detect when WooCommerce need to print a notices, then i reload the same URL adding a GET parameter, this tip avoid pages to be cached or read from cache.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«WooCommerce Notices Fix» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «WooCommerce Notices Fix» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.1
- 19 oct 2014
- First release