How to activate Quizmaker plugin

Find in \quizmaker\includes\class-qm-ajax.php, at around line 111, replace inside public static function check_verify() to:

public static function check_verify(){
check_ajax_referer( 'admin_quizmaker', 'security' );
$response['status'] = 1;
echo wp_send_json( $response ); }

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply