In the Admin area when you edit a post, I’d like to add a custom item to the Publish panel in the top right corner.
Is it possible to access this through the WordPress API? If so, what functions do I need to look at? Any examples would be much appreciated.
You can hook into
'post_submitbox_misc_actions'
or'post_submitbox_start'
: