The best way would be to remove the meta box and then add it back in with your new title:
function change_publish_meta_box() {
remove_meta_box( 'submitdiv', 'post', 'side' );
add_meta_box( 'submitdiv', 'YOUR TITLE HERE', 'post_submit_meta_box', null, 'side', 'high' );
}
add_action( 'add_meta_boxes_post', 'change_publish_meta_box' );
(Change YOUR TITLE HERE
to whatever you want)
Related Posts:
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- Get post meta retrieving wrong value
- How can I tell if a post has been published at least once?
- How can I create a menu items from meta box based on users input
- How to detect single.php (but not single-portfolio.php)?
- How can I retrieve multiple get_post_meta values efficiently?
- Is it possible to Schedule Attachments in WordPress?
- disable WP automatically inserted line breaks after an image
- How to add a new tab to page editor
- Listen to Post action
- Getting the post_id in wp_ajax function
- delete post also attachments
- Publish pending article from front end with a button?
- How to limit user to publish post per day and per role?
- How to call function within a page/post, to dynamically generate content?
- Restrict users from editing post based on the age of the post
- Restrict the Number of Posts an Author can Publish (over time)?
- List only child categories a post is in, of a specific parent category
- 1 column admin screen options – move submitdiv to bottom
- How to change post status from publish to draft using hook in wordpress?
- Guest Author – How to modify my custom function code if the guest author URL will follow a particular pattern/format?
- Force update all posts in custom post type, no content changes
- Disable REST API for a user ROLE
- How to display post tags
- Add confirmation popup on “Move to Trash”
- Allow role to delete posts but block him the wp-admin
- Save list from a custom meta box?
- publish_post conflicts with save_post
- How can I list random authors from current post category?
- Disable single post page
- Enabling post thumbnails for custom post type
- Notification to Admin or Author upon new post [duplicate]
- What differences are there between a Privately Published post and a Draft post?
- Getting current post ID in functions.php
- Action hook for new pending posts?
- Prepend or add an Image to the content of a Post
- Dashboard :10 Last draft page and 10 last pending review page (metabox)
- Why content_arr[‘extended’] removes paragraph tags?
- Print a message if excerpt is empty after posts have been publish/update!
- Check if checkbox is marked on publish/update post
- How to display the link (title) and thumbnail post?
- How to do set post permalinks using 6 digit random unique function?
- Prevent scheduled post being published if date/time is past current date/time
- Display post x of y within category
- transition_post_status hook doesn’t have any POST data when publish with Gutenberg [closed]
- How to save meta checkbox WordPress
- disable Tab post on nav-menus page (Admin)
- Adding bootstrap classes to video shortcodes
- Every second post different class in blog view
- Hide custom metabox value from custom fields
- The_excerpt() doesn’t parse – how to change that?
- Upload attachment from external site
- Stop wordpress from creating empty/null entries
- Add custom text automatically on each post
- Updating post meta for checkbox
- Getting Whitescreen when publishing a post [closed]
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- Send email for pending post
- Is it advisable to use $post->comment_count instead of get_comments_number( $post_id )
- Adding JS functionality to the Publish button in wp-admin/post.php
- Adding a meta box to determine the sidebar [closed]
- How can my plugin display a populated new post window
- Same post appears in related Posts?
- Display content between two dates?
- How to get value in radio input in post meta box?
- Help on conditional statement to accompany wp_insert_post function please?
- how to show comments only author which send own posts in wordpress
- get category in list of posts // shortcode for custom related posts
- WordPress doesn’t save or publish new posts
- Alt text attributes not showing over portfolio images
- Hook when post is set from published to draft?
- Adding an option to post editor to show a site disclaimer or message
- Set a post expiration and delete a post when expirate
- How publish post from pending status
- I want to change the WordPress comments file
- Replace Tag Keyword With Link Within Post Content
- Bulk Post update_post_meta
- Changing a users posts to drafts upon role change
- Get post id outside loop : Notice: Trying to get property of non-object
- Trim excerpt to first paragraph
- im trying make a function to auto correct posts when i open the posts in the backoffice
- Add meta box for Featured Image caption in wp-admin/post-new.php
- How to change number of posts shown on homepage vs other pages?
- Remove All in One Seo from Posts for Contributors
- Meta boxes not saving
- Show only top 3 posts from 3 categories in order on home page
- I want to send push notification just after publish a new post
- Some comment box wordpress in 1 post [closed]
- How to get posts from network blog
- Get post title by Alphabet
- Display metabox with date
- How to use wp_editor(); in functions.php then retrieve content in the template
- How *not* to show the last post on the latest posts list
- save_post not working
- wp trim function not working
- Insert Shortcode exactly at the end of the content
- display last post modified date in genesis child themes
- What function does the loop of displaying posts?
- Custom Post-Rename Function Does Not Function in WordPress 6.x
- How to sort posts alphabetically based on a specific parent category