Don’t know if i agree with EarnestoDev answer which is more of an opinion then an answer based on facts and not true in all cases, since you can use jQuery to trigger
the submit event when a different element is clicked, so just add this js code once
<script>
jQuery('.metabox_submit').click(function(e) {
e.preventDefault();
jQuery('#publish').click();
});
</script>
and in each metabox add:
<input type="submit" class="metabox_submit" value="Submit" />
Related Posts:
- Editing Screen: Make Update or Publish Button Follow The Page
- Custom “Publish” / “Update” button &
- Insert media button will always add into the same tinyMCE editor
- Display multiple “save draft button” on a post edit
- What is the “Advanced” $context in add_meta_box?
- Change The Title Of a Meta Box
- Creating a metabox to upload multiple images
- Post custom metabox textarea using wp_editor
- Removing Metabox for “Slug” without removing functionality
- Prevent sorting and dragging of specific postbox metabox
- Removing meta boxes: remove-meta_box() or unset()?
- CMB2 metabox conditional logic
- How to get meta box data to display on a page
- Removing custom meta box added in parent theme
- Use meta box value in CPT as post title
- Getting jQuery sortable items in custom metabox
- PHP Warning: call_user_func() expects parameter 1 to be a valid callback
- custom meta box data not saved
- How do I display Youtube/Vimeo video ID on custom post type when user enters it in custom meta box?
- Position right sidebar metabox right below the publish metabox?
- WordPress media manager multiple selection output
- MetaBox Layout for all users
- How to store multiple input values with same meta_key
- post-excerpt not one of the options under screen options
- How to remove/hide the predictive autocomplete popup when I type in the tag/term metabox
- Are there any standard HTML markup for metabox?
- Can not pass the value of google pie chart from custom meta box
- Dynamically adding WYSIWYG to metaboxes
- Filter Hook Returning Blank When Used Twice
- How to add a SAVE button to replace PUBLISH on a custom post type?
- Why does get_post_meta not work with the posts page?
- Taxonomy as checkboxes
- What are ‘authors’ in WordPress, and is there an author ‘metabox class’ available anywhere?
- Convert textarea with wp_editor
- Trying to limit access to custom meta box without success
- metabox with custom post type values
- Setting multiple image urls using WordPress’ Media Uploader
- Custom metabox field help tips popups
- How to detect if metabox content was updated by the user
- Getting gutenberg (WordPress 5) to save TInymce data?
- Edit woocommerce product post type
- How to add select list to meta box field?
- Get meta fields by meta box id
- Set default value for radio button in WP Alchemy custom meta box?
- quicktags “link” button doesn’t work, but all other buttons do
- How do wordpress hooks respond to user interaction?
- Add custom action in post type
- Condition display metabox in case the post is saved
- PHP Notice: Undefined index: mytheme_meta_box_nonce
- Save meta value as an array of arrays
- Polylang not translating Metabox fields [closed]
- Global Variable vs Local Variable
- save_post_{$post->post_type} action firing on second save
- Add a metabox when editing a media – but only for images
- edit_page or edit-pages for current_user_can()?
- Save meta data with post, Without using any plugin [closed]
- Metabox not being added
- Editor meta box Showing but not saving
- Adding a metabox shortcode “paypal accept payment” in my custom post type back-end
- The $post variable – Did I get the grasp of how the Backend actions get parsed?
- echo the value of a a meta select box
- display metabox on front end (my-metabox-class)
- Custom Meta Box calling JS function twice
- How to display multiple $meta_boxes into separate tables
- How to add a textarea to only one of the fields of this custom metabox?
- Custom Meta Data is not being saved
- how to reset metabox excerpt to open
- how to update post content field in wordpress
- Post and Pages section inside WordPress admin are completely blank
- How to create a custom metabox like the wordpress provided tag metabox?
- How to alter static Page text through the Theme Customizer API
- Moving a metabox – not obeying context or removing old
- Serving a custom featured image for mobile
- Add Cancel Button to a Custom Meta Box
- Programmatically create new post from a metabox button
- Saving metabox content not working
- semantic ui dropdown for custom metabox
- How to hide/show meta box using jQuery,if click on Drop-Down Menu
- wp_editor metabox does not output the saved html format
- Get value from meta box
- Adding Meta Box to Specific Submenu Page
- jQuery UI Sortable not Working With Metabox
- Multiple category filters
- meta_box: update_post_meta for
- Issue with file paths after porting metabox from main theme to child theme
- Error in get post by met_key
- Custom meta box not saving values of radio buttons in WordPress
- Serialization problem after auto-update
- Add additional metafields based on value of select box
- Custom-Metaboxes-and-Fields text_url field prepending http://
- How to show metabox key to custom post?
- Issues with Saving Dynamic Metabox
- Updating post meta and Meta Box plugin
- Related posts and custom meta_box?
- header specific meta box result detect url
- Attaching a metabox to a single post
- Calling Data from Custom Meta Box
- How do I allow Authors and Contributors to use the metabox
- CSS styling not working in a custom metabox
- Is there a way to remove the Add boxes from the Screen Options menu metabox?