WordPress ajax handler function doesn't run (javascript results in success) – Jquery ajax
I'm in the process of creating a very simple ajax function, but unfortunately it does not enter the ajax handler function. I'm wondering what is wrong with this code? Function in functions.php: function set_favourite_order() { update_user_meta( 1, 'favorder', 'enterajax' );…