Click Tracking Bug? – check_ajax_referer()
-
The problem is probably the code in simple-ads-manager.php, around line 100.
Changing
if(check_ajax_referer('samNonce') && ($id > 0)) {
to
if($id > 0) {
then clicks are tracked.
Take care, omitting “check_ajax_referer() weakens security!What is the solution for check_ajax_referer(‘samNonce’) ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Click Tracking Bug? – check_ajax_referer()’ is closed to new replies.