Skip to main content

Questions tagged [admin-ajax]

The tag has no usage guidance.

admin-ajax
0 votes
0 answers
66 views

Wordpress admin-ajax.php returns 0 and 400 bad request

I have been working in a project and I hit a road block from admin-ajax.php file, when i make an ajax request it returns 400 error bad request and the admin-ajax.php response in the network tab is 0. ...
ladi ayo's user avatar
0 votes
0 answers
18 views

modify the code with wp_set_object_terms in functions.php wordpress

This piece of code works for me, but I have more than 10,000 posts in post types on my website, and by calling posts_per_page => -1 The loading speed of the site is very low and the RAM and CPU are ...
Mr Saman's user avatar
0 votes
0 answers
24 views

POST wp-admin/admin-ajax.php 400 (Bad Request)

In wp-admin I have a table that extracts data from the database (data comes from a form filled in by users) . The request to the database to delete some elements is contained in form-plugin.php (...
Octavian Racu's user avatar
0 votes
1 answer
29 views

Receive AJAX Form data in Server side

How to receive AJAX Form data in Server side sent by Fetch API ? I have below Fetch API. const sent_urls = () => { const formData = new FormData(); formData.append('action', 'start_parsing')...
abu abu's user avatar
  • 6,912
0 votes
0 answers
27 views

wordpress not saving updates to pages with admin-ajax.php error

I'm experiencing a strage behaviour of Wordpress trying to configure pages of my site. After a random number of updates to a page when I click save button it remains in status saving and it's not ...
acco's user avatar
  • 33
0 votes
0 answers
37 views

admin ajax request giving 400 error when accessing function inside php class

I am using admin ajax request in wordpress plugin to access a function inside php class. But, it is giving 400 bad request error: my class file name: class.ajaxtest.php ajaxtest_PLUGIN_URL is defined ...
Rahul B's user avatar
  • 71
0 votes
1 answer
240 views

Wordpress plugin jQuery script call to admin-ajax.php works only once

I'm writing a little wordpress plugin. The plugin has a simple script that interacts with a datatable in the backend. It is used to duplicate a row in the table by clicking a button, and then insert ...
uomopalese's user avatar
-1 votes
1 answer
647 views

WordPress Admin Ajax 400 error, returning 0

I've created an AJAX request to send data to my plugin which will then submit a job application. When submitting the form the page that it is returning is blank other than a 0 and the console is ...
Sam St Aubyn's user avatar
0 votes
0 answers
33 views

Woocommerce ajax return empty shipping packages

Am trying to get the shipping packages with ajax but its always returning empty value. same issue while trying to call get the zones with: WC_Shipping_Zones::get_zones(); am using the same code in ...
Ibtekarlabs's user avatar
0 votes
1 answer
118 views

Wordpress Ajax returning full html of same page

Am trying to run Ajax call in my Woocommerce checkout page, but am always getting the full html of same page return. add_action( 'wp_enqueue_scripts', 'theme_scripts' ); function theme_scripts() { ...
Ibtekarlabs's user avatar
0 votes
1 answer
650 views

Oxygen Builder: Making Ajax Calls from Code Block

Yeah, so this is super frustrating. It should be a simple answer for someone... I am trying to simply figure out how to make a call to admin-ajax.php from a Code Block within Oxygen and I can't figure ...
dcolumbus's user avatar
  • 9,682
0 votes
0 answers
223 views

Wordperss admin-ajax.php error 400 Bad Request

I can't find where this error 400 comes from? FontOffice only avaible for logged in persons. I'm trying to create a form to post a custom post type through Ajax. Here is the form in front office: <...
C_Com2see's user avatar
0 votes
2 answers
376 views

Admin-ajax return 0 and error 400 in manager part

Here I am facing a problem with the admin-ajax.php of wordpress. Indeed my project is particular since it contains 2 parts (customer part and admin part). The first part is for the client part since (/...
Camille Colvray's user avatar
5 votes
2 answers
2k views

Protect wp-admin while whitelisting admin-ajax.php

I want to allow only my IP address to access wp-admin but at the same time don't want the calls to admin-ajax.php be blocked. So I want to whitelist admin-ajax.php. Does the following code in ....
ishchat's user avatar
  • 51
0 votes
1 answer
1k views

WordPress admin-ajax.php throwing 400 bad request

add_action( 'wp_footer', function () { ?> <script type='text/javascript' id='ajax'> const ajaxUrl = "<?php echo admin_url('admin-ajax.php'); ?>"; async function ...
Ramanath's user avatar
  • 530

15 30 50 per page
1
2 3 4 5