I am using the date and time in the post dialogue to log the date and time of future events, and would like to change the text to reflect that.
Is there an action hook I can tap into to achieve that?
Also, it would be perfect if I could pull those controls out of the ‘publish dialogue’, and add it to my own meta box.
Use a
gettext
filter and match against the text.The alternative would be to copy the publish metabox code, and change the callback function for that metabox to your copied(and modified) version of the function, so you can do what you want with the callback code.