Hi there,
Thanks for reaching out. Have you excluded all files .php in folder “includes” yet?
Kelly
-
This reply was modified 5 years, 12 months ago by
Ninja Team.
Thread Starter
Vicky
(@vickymedrano)
Hi kelly,
Thanks for your response.
Yes I have.
I actually excluded ALL files (CSS, JS and PHP) from page cache and minify, but it is still being chached.
Do you know if your plugin is compatible with W3 Total Cache?
Here’s the full list:
JS FILS:
wp-content\plugins\wp-whatsapp\assets\js\main.js
wp-content\plugins\wp-whatsapp\dist\blocks.build.js
wp-content\plugins\wp-whatsapp\scripts\js\admin-scripts.js
wp-content\plugins\wp-whatsapp\scripts\js\jquery.validate.min.js
CSS FILES:
wp-content\plugins\wp-whatsapp\scripts\css\style.css
wp-content\plugins\wp-whatsapp\dist\blocks.style.build.css
wp-content\plugins\wp-whatsapp\dist\blocks.editor.build.css
wp-content\plugins\wp-whatsapp\dist\assets\css\style.css
wp-content\plugins\wp-whatsapp\dist\assets\css\reset.css
wp-content\plugins\wp-whatsapp\assets\css\style.css
wp-content\plugins\wp-whatsapp\assets\css\reset.css
PHP FILES:
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-display-settings.php
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-meta-accounts.php
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-meta-button-style.php
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-selected-accounts.php
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-settings.php
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-widget-view.php
wp-content\plugins\wp-whatsapp\views\nta-whatsapp-woocommerce-button.php
wp-content\plugins\wp-whatsapp\gutenberg\init.php
wp-content\plugins\wp-whatsapp\includes\Helper.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-ads.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-class.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-popup.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-post-type.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-setting.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-shortcode.php
wp-content\plugins\wp-whatsapp\includes\nta-whatsapp-woocommerce.php
wp-content\plugins\wp-whatsapp\whatsapp.php
Hi there,
Please open file “Helper.php” in the folfer “includes”, add this code
define('DONOTCACHEPAGE', true); (Screenshot http://prnt.sc/sw8tb4)
Then on the menu bar, choose “Purge All Caches” (Screenshot http://prnt.sc/sw8tkz)
Let me know if this helps.
Kelly