wp-content/plugins/json-api/singletons/api.php (JSON API Plugin) açarak herhangi boş bir satıra
<? header("Access-Control-Allow-Origin: *"); ?> kodunu ekleyin.
Eğer olmazsa temanızın fonksiyon dosyasına (functions.php)
function add_cors_http_header(){ header("Access-Control-Allow-Origin: *"); } add_action('init','add_cors_http_header');Kodunu eklerseniz sorun çözülecektir.