在ajax.php中,
require_once(ABSPATH.WPINC."/pluggable.php");
check_ajax_referer('gdsr_ajax_r8');
由于使用wp super cache或其他cache插件,导致_ajax_nonce值没有变化,check_ajax_referer验证时返回-1.
解决办法:
取消“Activate support for cache plugins and dynamic loading of data.”,这样会有一个问题,就是投票后的结果必须要等到更新缓存文件之后才更新。