This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WooCommerce Notices Fix

वर्णन

Make WooCommerce Notices Compatible with all Cache Plugins using a Redirection with a ?woonotice=yes parameter and avoid to be cached.

स्थापना

  1. Upload the plugin to the “/wp-content/plugins/” directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Done.

नेहमी विचारले जाणारे प्रश्न

  1. 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.

  2. 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