Tagged Questions
0
votes
0answers
41 views
I am trying to send ajax collected data to the current users database
I am using WooCommerce and added an additional field "location_gps" to collect the location (lat,long) added the ajax call to collect the data. Now I'm stuck getting the data into the current users ...
0
votes
1answer
356 views
Front-end update_post_meta with ajax
as written in title I'm trying to update a post_meta using Ajax.
Actually I'm a complete newbie to Ajax and how it works so, if it is possible, I would appreciate if someone could 'take me by hand' ...
0
votes
3answers
649 views
Ajax save data to database on document ready, no data being saved
I have written a plugin which collects stats on document ready.
Keep in mind that my database table is already created.
I've added the following code to do the ajax code
add_action( 'wp_head', ...
0
votes
1answer
674 views
AJAX wp-mysql running too slow
I have made a function of ajax, which returns all the posts starting with a particular alphabet, suppose a user clicks on letter A, then all the posts starting with letter A will be displayed, any how ...