All Topics
Ajax : ajax_single_request
Hi,
It’s possible to call another function after “acp_editing_single_request”?
I want to make another request when i make a modification on line on one specifiq column.
My column is a radio : Yes/No
For exemple, the ajax response is : {"success":true,"data":{"id":"13445","value":"1","display_value":"Yes"}}
I want to get this return in order to make another WP_Query.
Regards
You must be logged in to reply to this topic.