If you’re encountering issues with data not updating correctly in your WordPress plugin, Propovoice, when a caching plugin is active, follow these steps:
- Identify Your Caching Plugin: Determine which caching plugin you’re using. Common ones include LiteSpeed Cache, WP Super Cache, and W3 Total Cache.
- Check for Interference: Verify if your caching plugin might be causing the problem. Temporarily deactivate it and see if Propovoice works better.
- Exclude Specific URIs: Propovoice fetches data from specific endpoints like
/wp-json/ndpv
and/wp-json/ndpvp
. To ensure these fetches work properly, exclude these URIs from caching in your caching plugin’s settings. - Clear Cache: Once you’ve excluded these specific URIs, clear your caching plugin’s cache to ensure the changes take effect.
- Test Again: With the cache cleared and the right URIs excluded, test Propovoice to see if the data updates properly.
- Seek Support if Needed: If you’re still experiencing issues, reach out to support for your caching plugin or the developer of Propovoice. Provide them with details about the issue and the steps you’ve already taken.
By following these steps, you should be able to resolve the issue with data not updating properly in Propovoice while using a caching plugin.