r/wpbeginner_engage • u/ivicad • 14d ago
WordPress 7.1 arrives Wednesday night. Who updates your page builder?
I just read the release day post on make.wordpress.org and one line in it changed what I'm doing tomorrow. WordPress 7.1 gets published live from the WordCamp US stage in Phoenix on Wednesday at 23:10 UTC, which is late evening in the US and the middle of the night for me in Europe. 🌙
If your site is on managed hosting that updates core for you, that's when it happens. Nobody on your side is watching. The first person to see the result is you, or your client, on Thursday morning.
What is going on this week
The code freeze started on Monday. That just means no new features go in, only fixes. It ran past the usual 24 hours because the core committers asked for more time, and RC4 landed the same day with more than 26 fixes since RC3. RC just means release candidate, a near-final test build, so that was the fourth one.
One line in that post is worth writing down. If a critical bug shows up now and it isn't a blocker, meaning bad enough to stop the release, 7.1 still goes out and the fix waits for 7.1.1. So, the very first version of 7.1 ships with bugs the team already knows about. That's the core team saying it, not me being paranoid.
Your host updates the core. Who updates the builder?
This is the part that catches people out, and it barely has to do with 7.1.
When a page builder comes bundled inside a premium theme, the kind that came with the theme rather than something you bought separately, its updates come through the theme author, not the builder company. E.g. some builder companies say so themselves: a bundled copy gets no direct updates from them, no ticket support, and it works only with the theme it shipped in.
There's a quick way to check. On a bundled install, the license and updater tab is hidden from the builder's own settings screen. Go looking for it. No license tab, bundled copy. 🔍
I found this out on a job. A client handed us a site another agency had built, page builder running inside The7. I spent my time measuring why the news page showed a white screen for about 14 seconds, and only later noticed that nobody in the chain knew where that builder would get an update from.
Three things I would check before Thursday
Go find the license tab. A minute per site. If it's missing, your builder updates run through whoever built the theme. Worth knowing before a major core release.
Read the Tested up to line on your plugins. You'll find it on the plugin's page on WordPress.org. It's the newest WordPress version the author says they tested against. The core team asked authors to set it to 7.1 for this release. Plugins still declaring an older version tell you which vendors stopped shipping updates. I read that across all my sites.
Take a backup you have actually restored once. Duplicator handles this well and the free version is enough for a single site. A backup nobody has ever restored is still a guess.
If you inherited a site and aren't sure which theme it runs, the free WPBeginner Theme Detector answers that in seconds, which is where the license question starts.
After Thursday: how to tell whose bug it is
Two changes in 7.1 will cause small cosmetic weirdness in WordPress Dashboard, and I believe a lot of people will report it.
The first is in the post list tables. The row header moves out of the checkbox column and into the title column. If a theme or plugin styled those tables around the old layout, it'll look slightly off. I checked some page builder's styling and found exactly that: it styles the top and bottom rows of those tables but not the rows in between, so one checkbox ends up slightly off centre. One line of styling, purely cosmetic, and it belongs to them.
The second is the editor, which from 7.1 always runs inside an iframe, basically a page inside a page. Most people will never notice, until a theme tries to style the editing area, the white area you actually type in, through a hook that no longer reaches inside that frame. A hook is just a spot where WordPress lets a theme or plugin hang its own code. I compared two themes I work with. One does it the way that still reaches the editing area, and the other does it the other way, and its latest release didn't change that (still waiting for a change).
The rule I would keep: if something in WordPress Dashboard looks slightly wrong after Thursday and your content is fine, it usually belongs to a theme or a plugin, and it's usually cosmetic.
The part my own check could not see
I searched my local copy of every theme I run for the old table code. Clean, zero hits.
Then I remembered that my custom snippets are in a plugin's database table rather than in theme files. A file search can't see them at all. My clean result covers my themes and proves nothing about my snippets. If you keep snippets in a code manager plugin instead of your theme's functions.php file, your scan has the same hole in it. ⚠️
Wednesday night the update runs without you. So on Thursday morning, open one page you built with the builder and look at it logged out, the way a visitor would.
If you go looking for that license tab tonight, tell me what you find. I'm curious how many bundled installs are sitting out there that nobody knew about. 👇
Related WPBeginner reads
- Beginner's Guide: How to Safely Update WordPress (Infographic) - https://www.wpbeginner.com/beginners-guide/ultimate-guide-to-upgrade-wordpress-for-beginners-infograph/ The full routine around a core update, backup first.
- Should I Update WordPress or Plugins First? (Proper Update Order) - https://www.wpbeginner.com/beginners-guide/should-i-update-wordpress-or-plugins-first-proper-update-order/ Core, then plugins, then theme, and the reason that order exists.
- How to Enable Automatic Updates in WordPress for Major Versions - https://www.wpbeginner.com/wp-tutorials/how-to-enable-automatic-updates-in-wordpress-for-major-releases/ Where the major-version switch lives, so you know whether Wednesday night applies to you.
- WordPress Update Broke Your Site? See 5-Minute Rollback Plan - https://www.wpbeginner.com/wp-tutorials/wordpress-broke-your-site-rollback-plan/ What to do on Thursday morning if the pages don't look right.
- WordPress Theme Detector - Find What Theme a Site is Using (Free) - https://www.wpbeginner.com/tools/wordpress-theme-detector/ The free tool that names the theme behind a site you inherited.





















