admin管理员组

文章数量:1287935

I need to call a 3rd party API when a permalink edit happens for a post.I found once an edit happens, it calls an ajax function with the core wp post action 'sample-permalink'. How to hook my custom function after this call is successfully completed and how to get the post details in my custom function ? Any help would be much appreciated .

本文标签: plugin developmentHow to hook a custom user function to a wordpress core ajax action