publish_post definitive info
-
I am writing a post filtering plugin that should work with
publish_post
edit_post
and the feedworpress-plugin-created hook
syndicated_postIt seems simple but I want to make sure of the ins and outs of
a) which data I will be getting
b) when exactly the functions I write will parse the data
c) what usually happens to this same data before and after these hooksI think it would be awesome if after learning this stuff, I could add to the codex a page for plugin writers that shows the sequence of ‘events’ or processes. The Loop is documented pretty well, I think. The other ‘Loops’ that make WordPress tick are not so well documented/centralized. I want to help make it easier as well as use these functionalities efficiently.
thanks for everything!
- The topic ‘publish_post definitive info’ is closed to new replies.