<?phpif (!defined('ABSPATH'))    exit; // Exit if accessed directlyadd_action("wp_ajax_sliding-captcha", "sliding_captcha_fn");add_action("wp_ajax_nopriv_sliding-captcha", "sliding_captcha_fn");function sliding_captcha_fn() {    $Response['error'] = false;    $action = sanitize_text_field($_POST["action"]);    $qaptcha_key = sanitize_text_field($_POST["qaptcha_key"]);    if (isset($_POST['action']) && isset($_POST['qaptcha_key'])) {        if (htmlentities($action, ENT_QUOTES, 'UTF-8') == 'sliding-captcha') {            echo json_encode($Response);        } else {            $Response['error'] = true;            echo json_encode($Response);            exit;        }    } else {        $Response['error'] = true;        echo json_encode($Response);        exit;    }    die;}{"id":84,"date":"2015-11-13T12:00:51","date_gmt":"2015-11-13T11:00:51","guid":{"rendered":"https:\/\/nylnook.art\/\/en\/?p=84"},"modified":"2019-03-12T16:19:55","modified_gmt":"2019-03-12T15:19:55","slug":"some-frogs-on-paper","status":"publish","type":"post","link":"https:\/\/nylnook.art\/en\/blog\/some-frogs-on-paper\/","title":{"rendered":"Some frogs on paper"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>I have printed 50 copies of <a href=\"..\/comics\">my comic &#8220;Climate Change Explained to Frogs&#8221;<\/a> in french, to distribute locally !<\/p>\n<p>Maybe one day, I&#8217;ll print the english version ? If you&#8217;re interested, please let me know !<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; I have printed 50 copies of my comic &#8220;Climate Change Explained to Frogs&#8221; in french, to distribute locally ! Maybe one day, I&#8217;ll print the english version ? If you&#8217;re interested, please let me know !<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"godot_game_meta":[],"pulp_press_meta":[],"pulp_comic_meta":[],"inline_featured_image":false,"nylnook_wp_meta":[null],"footnotes":""},"categories":[1],"tags":[7,61],"class_list":["post-84","post","type-post","status-publish","format-standard","hentry","category-blog","tag-announcements","tag-graphic-novel"],"_links":{"self":[{"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/posts\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":2,"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/posts\/84\/revisions"}],"predecessor-version":[{"id":290,"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/posts\/84\/revisions\/290"}],"wp:attachment":[{"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/media?parent=84"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/categories?post=84"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nylnook.art\/en\/wp-json\/wp\/v2\/tags?post=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}