I am afraid of adding this feature. Did you see exclude page feature?
Exclude page feature works fine but I need to exclude some page automaticaly. Why? I’m plugins developer and one plugin not working when page is cached (problem with wp_nonce_field in forms). For others plugins that cache pages (e.g. WP Super Cache) I simple use constat DONOTCACHEPAGE. I see that You provide “<!–[wpfcNOT]–>” but:
1. Is this working in whole page? Can I put this in widget or somewhere in footer?
2. If yes, I need to code another solution only for Your plugin where that solution which I already have works perfect for e.g. WP Super Cache and W3 Total Cache…
1. Is this working in whole page? Can I put this in widget or somewhere in footer?
Yes, it works on everywhere. Just it needs to be called in the html
2. If yes, I need to code another solution only for Your plugin where that solution which I already have works perfect for e.g. WP Super Cache and W3 Total Cache…
You are right but some plugin developers defines DONOTCACHEPAGE as global so my customers think that WPFC does not work.