Tagged Questions
1
vote
2answers
94 views
wp_insert_post() Callback?
After I added a post by wp_insert_post();
Any callback after I added ? I need permalink of added post.
I have idea only search by title and post-type (I use custom post-type in my case), But any ...