Switching WordPress admin action to AJAX
How WordPress handles ajax for quick edit Triggering the event The inlineEditPost object is registered as global. It contains an init() method, which is called when the document is loaded. This method attach a ‘click’ event listener to elements with the .editinline CSS class, it also attach a ‘click’ event listener and a ‘keydown’ event…