Put below code into your theme functions.php and try
function change_publish_button( $translation, $text ) {
if ( $text == 'Publish...' ) // Your button text
$text="Save";
return $text;
}
add_filter( 'gettext', 'change_publish_button', 10, 2 );
This one is worked for me
Hope it will help you!
Related Posts:
- Visual Studio SignTool.exe Not Found
- How can I set a draft page as parent without publishing?
- Display a post’s publish date from 2112
- Does blocking xmlrpc.php affect pinging update services like pingomatic
- Add Button To Top Toolbar in Gutenberg
- Remove border radius setting from the Gutenberg button block?
- I can’t preview post’s change once they are published
- Editing Screen: Make Update or Publish Button Follow The Page
- Publish post when edit post form submitted with enter/return pressed on keyboard
- How to make scheduled post preview visible to anyone?
- Scheduled Posts and wp-cron – Why don’t scheduled posts publish if too old?
- Why does publish_{custom-post-type} fire on update?
- Show recent published posts
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- Is there a way to know if a post has been published through XML-RPC?
- How to unpublish a page and still keep a draft?
- get_terms on save_post hook
- How to remove buttons from gutenberg toolbar
- Save and Publish button not working after installing SSL
- How to align a single Gutenberg block button in WP 5.5.3?
- How can I create custom button in post.php
- Disable “preview changes” button
- Custom button block doesn’t work
- Can we have private drafts?
- Gutenberg Button Border Radius Default
- Update post meta on bulk edit / update
- How can I center Gutenberg buttons on mobile?
- Can’t schedule post for another time
- publish_post called too early
- Custom save button shows ‘Are you sure you want to…’ dialog
- Get publish post link?
- Controlled publishing in WordPress
- transition_post_status hook doesn’t have any POST data when publish with Gutenberg [closed]
- problem with publish date not always appearing [duplicate]
- What is happening to make my Update/Publish button disabled?
- What is the reason for the new_to_publish hook not working?
- After I publish a post where does it go
- Should you manually ping new WordPress posts?
- Authors should not publish
- How to add custom status to quick edit
- I need to modify drafts using custom data from database and then publish it
- How to show or hide a post based on meta_value selection?
- i am making text changes on my page show in preview not on live site, why? [closed]
- Is WordPress “publish” atomic?
- How to move post process to background
- Gutenberg button removed on save if its empty
- How does redirect work when publish date changes and date in url changes?
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- Gutenberg publish date datepicker
- How Google Indexer should only index published pages
- Publish and go to page [duplicate]
- Publish Post Action Not Working
- Is it normal for a scheduled post to say “Missed Schedule”
- Manage multiple wordpress installs (Best Practice)
- disable publish button until condition is not met
- Showing the next post’s title, even if it’s an unpublished post
- Force Publish Future (Scheduled) Posts Immediately [duplicate]
- Can’t publish posts, Jetpack won’t connect, empty notification emails to my inbox [closed]
- Duplicate post on publish
- How is it possible to use a very reduced version of WordPress?
- Problems in updating a self-developed plugin
- Remove Gutenberg Buttons Block
- how can I remove all default settings in Gutenberg blocks? example core/button
- When i save or publish a post setting reset wp
- ACF block gutenberg aligncenter don’t work
- What’s the best way using vanilla js to force confirmation on publish button?
- Can’t publish custom type posts that don’t support title and editor, instead they’re saved as draft
- Check what Gutenberg blocks are in post_content
- Enable Gutenberg on custom post type
- How would one modify the filtering Gutenberg applies to pasted content?
- Load CSS/Javascript in frontend conditionally if block is used
- Gutenberg: Is there a way to know if current block is inside InnerBlocks?
- How to extend the gallery block in Gutenberg?
- Custom taxonomy terms not showing as list Gutenberg Editor
- Where can I find the Gutenberg block icons?
- check if Gutenberg is currently in use
- How can I delay the publishing of a page or post?
- Add pre-publish conditions to the block editor
- How to add a custom CSS class to core blocks in Gutenberg editor?
- How to add “Insert/Edit link” button in custom popup tinymce window?
- How to filter or remove default panels in Gutenberg PrePublish Panel
- Trigger Javascript on Gutenberg (Block Editor) Save
- Running Gutenberg React in Development Mode
- How would I get a taxonomy/category list inside a Gutenberg block?
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- Deactivate Gutenberg tips forever – not Gutenberg
- How do I programatically empty trash?
- Add popup window to TinyMCE buttons
- How does Gutenberg handle translations in React?
- Set default image link target in Gutenberg image block
- Removing panels (meta boxes) in the Block Editor
- Gutenberg editor add a custom category as wrapper for custom blocks
- Gutenberg – remove / add blocks with custom script
- add action only on post publish – not update
- WordPress adding scaled images that don’t exist (1536×1536 and 2048×2048)
- How to remove the core embed blocks in WordPress 5.6?
- Are there Gutenberg container blocks?
- How to prevent posts from being published too close to each other?
- How to hide specific Gutenberg blocks settings from users
- Add To Gutenberg Sidebar