In short- no. The html in question is hard-coded in the post_submit_meta_box
callback function.
You can, of course de-register the publish metabox and re-register your own which mimics post_submit_meta_box
(but making your alterations) and being sure to keep the names of the inputs exactly the same. This method has been outlined the following posts where a core metabox is required to be edited.:
- custom post type taxonomies UI radiobuttons not checkboxes
- Custom-Taxonomy as categories: Remove “most-used” tab?
It’s a lengthy function though – and would break if core ever changed decided to change the names of the inputs (though very unlikely).
In this situation I would probably recommend a CSS or javascript work-around….
Related Posts:
- Make the Status, Visibility, or Date fields opened by default in the Publish box
- How to retain HTML5 Attributes on Markup
- How to retain HTML5 Attributes on Markup
- Get content of publish box
- how to know if admin is in edit page or post [duplicate]
- Admin: very slow edit page caused by core meta query
- Setting admin edit panels & metaboxes positions and visibility for ALL users and admins
- Editor Styles and Typekit
- Styling Shortcodes in Visual Editor
- WordPress admin screen very slow / timing out when editing or adding a new page/custom post
- How to let authors revise other authors drafts, but keep them from publishing?
- How do I set up a webhook?
- Editing Screen: Make Update or Publish Button Follow The Page
- Adding custom Javascript to the head tag in Admin
- Integrate post tags in Post Edit page with qTranslate
- WordPress prompt checklist before publish?
- Change post title during post saving process
- Custom taxonomy admin description
- Remove default WordPress styling from metaboxes on edit post pages?
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- Create a Meta Box in the Admin User Screen?
- user-new.php less detailed after WP3.1; how to revert?
- Disable HTML (Text) Tab in Post Editor
- How to remove “publish metabox” from each post type
- How can I create a custom meta box to add an mp4 video to a page?
- How to restrict the editors from viewing/editing pages created by admin?
- How to set default editor tab
- How do you set up a WordPress blog with multiple authors to allow something like StackExchange’s “community wiki” feature?
- How to modify Publish metabox?
- Editors change a permalink on an unpublished post, but only admins change a permalink on a post that has ever been published?
- I need a “Choose from existing content” popin
- Change default italic from to in admin editor
- WordPress 3.1’s admin bar disappears only leaving its 28 px padding (in ubuntu)!
- Set Edit Post meta boxes inactive
- How to verify nonces in bulk?
- Hide post title input for all roles except admin
- Data won’t save if metabox within conditional in admin. What am I missing?
- Post editor is 89953px tall. How to fix?
- Function to add custom HTML into head in custom post-type list page
- Weird jquery problem when upgrade to WordPress 3.1
- Select input in metabox not updated
- Gutenberg UI has changed
- Can I retrieve Published changes when changes have been Saved but not Published in WordPress Semplice?
- add instructions to upload pages and / or forms
- Publish button inside custom field group
- Disabling “View” mentions from backend?
- Adding additional text fields and image upload to a Page?
- TinyMCE buttons broken
- Background image in login showing in admin area
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- Default pages to be unpublished – possible?
- What Role to assign remote site developer?
- CSS Styles specific to Admin Sidebar not loading
- Best collection of code for your 'functions.php' file [closed]
- Organizing Code in your WordPress Theme's functions.php File?
- What are the standard admin CSS id/class tags?
- How to remove admin menu pages inserted by plugins?
- How to filter post listing (in WP dashboard posts listing) using a custom field (search functionality)?
- Admin Ajax is returning 0
- Add custom column to Users admin panel
- wp_verify_nonce vs check_admin_referer
- Add a Separator to the Admin Menu?
- How to determine whether we are in add New page/post/CPT or in edit page/post/CPT in wordpress admin?
- Modal window from within WordPress admin
- Where in WP can I check history or log of updates of plugins etc?
- Disable dragging of meta boxes?
- Adding a custom admin page
- How does admin-ajax.php work?
- How to remove entire admin menu?
- How do I remove dashboard access from specific user roles?
- How can I speed up my WP admin section?
- How to pass parameters to admin_notices?
- if admin is logged in
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- Search posts by ID in admin
- How to Change the Default Home Page for the WordPress Dashboard?
- Find out which moderator approved comment?
- The website cannot display the page
- How To Remove WordPress Version From The Admin Footer
- Sort pages in loop by admin’s page attributes order field?
- Edit “thank you for creating with WordPress” in version 3.3.1
- Hide other users’ posts in admin panel
- Gutenberg editor add a custom category as wrapper for custom blocks
- Set Default Admin Colour For All Users
- How to use more than 256MB of memory in the admin?
- How to display by default only published posts/pages in the admin area?
- WordPress SEO by Yoast: Hide Meta Boxes in Posts for Non-admins
- WordPress admin stylesheet
- This CSS Stuffing Works, But Is This A Good Practice?
- How To Remove The “+ Add New Category” Link From A Category Metabox
- Is it possible to create a WordPress tour? V3.3.1
- Securing Admin Accounts – Username Discovery
- Make Custom Metaboxes Collapse by Default
- is_admin() returns true when using admin-ajax.php from front end script
- How to save dismissable notice state in WP 4.2?
- How do I optimize a custom post type admin page with 25,000 posts?
- Settings API – adding setting fields dynamically?
- How to include own css on wordpress tinymce editor?
- Disable Media Uploads to non Admin Users
- How do I load a CSS style into WordPress admin area only?