{"id":5193,"date":"2025-12-01T10:25:24","date_gmt":"2025-12-01T10:25:24","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=5193"},"modified":"2025-12-01T14:15:50","modified_gmt":"2025-12-01T14:15:50","slug":"return-json","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/ajax-wordpress\/return-json","title":{"rendered":"Return json"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Return success<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  wp_send_json_success(&#91;'found' => true]);<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>  wp_send_json_success(\n    &#91;\n      \"proofId\" =&gt; $UniqueIdString,\n      \"storage\" =&gt;\n      &#91;\n        \"OperationId\" =&gt; $OperationId,\n        \"imageCount\" =&gt; $ImageCount\n      ]\n    ]\n  );\n  \/\/No need to use die();, wp_send_json_success exits the handling of the AJAX call<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Return an error<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  wp_send_json_error(&#91;'message' => 'Invalid location code format.']);<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>  wp_send_json_error(\n    &#91;\n      \"error\"=&gt;\"Failed to save metadata JSON\"\n    ],\n    500\n  );\n  \/\/No need to use die();, wp_send_json_error exits the handling of the AJAX call<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Return success Return an error<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[180],"tags":[],"class_list":["post-5193","post","type-post","status-publish","format-standard","hentry","category-ajax-wordpress"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=5193"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5193\/revisions"}],"predecessor-version":[{"id":5199,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5193\/revisions\/5199"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=5193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=5193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=5193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}