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
- do more action after I publish a post
- Change all author links in Blog roll
- How to I retrieve the ID from the Posts page?
- How to save meta checkbox WordPress
- disable Tab post on nav-menus page (Admin)
- Adding bootstrap classes to video shortcodes
- Assign published posts to another user automatically
- Every second post different class in blog view
- Format latest/newest post differently
- is_page Funtion for Posts ?
- Post type no single page
- Hide custom metabox value from custom fields
- Is there a way to create a meta box that can be added multiple times to a post dynamically?
- Adding a user’s ID behind the tag ref link address
- The_excerpt() doesn’t parse – how to change that?
- How to only publish posts with image in it
- Display password protected posts to logged in users
- Isn’t the way posts are displayed very unefficient?
- Upload attachment from external site
- Stop wordpress from creating empty/null entries
- WordPress bulk category select when publishing post
- Add custom text automatically on each post
- How to check in functions.php if there is data in a WP_Query?
- Show metabox value last post excerpt, title and link
- restrict incrementation of post vies count when refreshing the page
- Defined function isn’t showed on page
- WordPress 302 Redirect to Random Product/Post/Page
- Updating post meta for checkbox
- Getting Whitescreen when publishing a post [closed]
- Using system date format
- Get post by tag
- Add code to a specific post’s content
- Related Posts function not working
- the_content() Not Grabbing All Content
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- Send email for pending post
- Post: how to set created date after post has been published [closed]
- Is it advisable to use $post->comment_count instead of get_comments_number( $post_id )
- Related Posts: Changing Function For Posts Per Page
- Add delay to publish post
- Adding JS functionality to the Publish button in wp-admin/post.php
- Query function not executed between element [closed]
- Get post related to particular meta box? [closed]
- Optimize CPT-function with a loop
- Adding a meta box to determine the sidebar [closed]
- Publish a Silent Post without updating Feed
- saving/reading custom field value does not work – no value gets POSTed
- How can my plugin display a populated new post window
- Simple Custom Metabox Not Saving
- Same post appears in related Posts?
- Internal linking to posts permalink fail because of spaces and stripe at postname
- Have h2 tag not show up if there are no blog posts
- Why my meta boxes won’t show in front post page?
- WordPress as CMS: How to manage/handle images assigned to a post as full-sized background images in a slideshow?
- Making a wordpress page print friendly
- 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 implement a WordPress comments function?
- How to add content above footer in posts from specific category
- Set Default Post as Parent Child (Nested) Relation
- I need to create “View Profile” and “Edit Profile” links by incorporating the Post Title/ID, but can’t seem to manage it
- Display default matabox of posts(add category) wordpress
- how to show comments only author which send own posts in wordpress
- get category in list of posts // shortcode for custom related posts
- shortcode // get posts by ids
- How to put the author of the post in the comments?
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- WordPress doesn’t save or publish new posts
- Check if almost 10 year old – working code is up to date
- Alt text attributes not showing over portfolio images
- Find most used words in post titles
- WordPress Sticky Post Count “Fix” Breaking Pagecount by 72 pages!
- $post->post_content empty while all other properties are correct
- Function is printing twice – any suggestions?
- Hook when post is set from published to draft?
- Send email to user when I publish a new post
- Adding an option to post editor to show a site disclaimer or message
- How to add a custom class attribute into code wrapper? [duplicate]
- My posts are getting to Auto draft when I try to Publish
- How to publish a post if condition is met?
- WordPress get tags in “publish_post” hook
- Remove pagination if search returns empty
- Remove HTML tags from all posts
- 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
- Excluding tag Link from html tags in Post content
- Save All Post Permalink From A Specific Category into a .txt file
- post is not showing more than 3949 words
- Bulk Post update_post_meta
- Changing a users posts to drafts upon role change
- AJAX load more posts not using correct category and repeating the same few posts
- How to Display Most View Post in the template file?
- Get post id outside loop : Notice: Trying to get property of non-object