Suggestion
-
Just as a suggestion, I wouldn’t tie the use_ajax option to the WP_CACHE variable. For example, in my case, I was using nginx with microcaching (without any WP cache plugin) and I didn’t have the option to enable the use of ajax.
I now added “define(‘WP_CACHE’, true);” on the wp-config.php file and it is working. Although I think, we should have the option available without doing that.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Suggestion’ is closed to new replies.