You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a customer that changes posts frequently to private. This is because sometimes the post need to be visible again but is temporarily hidden. However, the cache is not cleared because wp-cache-phase2.php checks if $post->post_status != "publish".
I noticed that there is a define 'WPSCFORCEUPDATE' that skips this check, but this isn't documented.
Can I use this define safely to clear cache in this case?
The text was updated successfully, but these errors were encountered:
Duplicate of #25571. This issue is most likely fixed in the latest version (1.6.3) of WP Super Cache (PR Automattic/wp-super-cache#577). Could you test it again on latest version?
We have a customer that changes posts frequently to private. This is because sometimes the post need to be visible again but is temporarily hidden. However, the cache is not cleared because wp-cache-phase2.php checks if $post->post_status != "publish".
I noticed that there is a define 'WPSCFORCEUPDATE' that skips this check, but this isn't documented.
Can I use this define safely to clear cache in this case?
The text was updated successfully, but these errors were encountered: