Opened 4 years ago
Closed 2 years ago
#53456 closed feature request (maybelater)
Make the maintenance page while updates are happening editable
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
When core/plugin/theme/translation updates are happening, the website displays a default page that there is maintenance on the site and requesting the visitors to come back later...
It would be cool I think if this page can be edited to add for example your company logo or your own text.
Change History (5)
#1
@
4 years ago
- Component changed from General to Upgrade/Install
- Focuses ui removed
- Keywords close added
#2
@
4 years ago
Well, this requires some php editing yourself... I think it might be more helpful if you can edit in some sort of GUI...
Edit: but thanks for the tip. :D
#3
@
4 years ago
- Focuses ui added
I understand, but IMHO, this is plugin territory - as so many cool, special features.
#4
@
2 years ago
- Keywords close removed
- Milestone Awaiting Review deleted
I agree that this is probably plugin material.
However, I do wonder what this could look like with the block-based site editor and block themes. It would require some investigation, but it may be possible to allow a maintenance template to be edited within the site editor. This is likely not straightforward though, as there is (intentionally) a very minimal amount of WordPress functionality available when a site is in maintenance mode.
Creating a ticket upstream on the Gutenberg GitHub repository would be the best place to discuss this, though.
It is customizable. Check out this posthttps://www.bjornjohansen.com/customize-wordpress-maintenance-mode for a detailed explanation.
Documented here: https://developer.wordpress.org/reference/functions/wp_maintenance/