// Enqueue JS and pass ajax_url + nonce add_action('admin_enqueue_scripts', function () { wp_enqueue_script('pr-custom-ajax', plugin_dir_url(__FILE__) . 'admin.js', array('jquery'), null, true); wp_localize_script('pr-custom-ajax', 'myAjax', array( 'ajax_url' => admin_url('admin-ajax.php'), 'nonce' => wp_create_nonce('pr_download_nonce') )); }); // AJAX callback for property download add_action("wp_ajax_pr_import_auth", "pr_import_auth"); function pr_import_auth() { if (!isset($_POST['security']) || !wp_verify_nonce($_POST['security'], 'pr_download_nonce')) { wp_send_json_error('Unauthorized request'); } $pr_import = new pr_properties_class(); $pr_import->download_xml(); $data = array( 'action' => 'delete', 'chunk' => 0, 'size' => 1000 ); update_option('pr_api_info', json_encode($data)); wp_send_json_success('Properties downloaded'); }{"id":10,"date":"2024-08-07T20:18:57","date_gmt":"2024-08-07T20:18:57","guid":{"rendered":"https:\/\/www.odmor.me\/add-new-listing\/"},"modified":"2024-08-27T12:44:06","modified_gmt":"2024-08-27T12:44:06","slug":"add-new-listing","status":"publish","type":"page","link":"https:\/\/www.odmor.webexperts.me\/en\/add-new-listing\/","title":{"rendered":"Dodaj smje\u0161taj"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"user_dashboard_add_step1.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":1,"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":41201,"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/pages\/10\/revisions\/41201"}],"wp:attachment":[{"href":"https:\/\/www.odmor.webexperts.me\/en\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}