Anyone know of a way to change the title of the core Wordpress metaboxes on a post edit screen? I'm trying to alter the title of the "Featured Image" metabox and have found a way to edit the contents (via *admin_post_thumbnail_html*) but not the title itself.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
migrated from webmasters.stackexchange.com Jun 28 '11 at 11:25
|
If, like me, you like things to work without js, you can provide your own text for ALL translateable text. Basically create translations for the text you want to change. Non-english speakers do it all the time - it's not that hard. |
|||
|
|
|
The "Right way" to do this is hooking to the 'add_meta_boxes' action, like so:
|
||||
|
|