I have a quick question. Did anyone managed to use Axios inside WordPress to do AJAX requests (wp_ajax with action – calling a function) not REST API and how did you do it?
It seems that Axios is sending a JSON and whenever I try the request I get a 0. However, using jQuery AJAX it works fine.