Caching compatibility
-
The setPostShown > setRequest function is setting GET requests on the frontend to POST requests which is stopping caching plugins such as WP Super Cache from caching pages:
$_POST[ $key ] = $value;
It is possible to remove that line or recode that function to make it compatible with caching?
The topic ‘Caching compatibility’ is closed to new replies.