Tagged Questions
0
votes
1answer
46 views
How to get changed post title in my custom plug-in which fires when 'save_post' is called?
I created a custom WordPress plug-in that hooks onto 'save_post" using add_filter(). I need to do something with the post titles and whenever a user changes the title, my plug-in cannot get the new ...