The stock sync used the marketing manager’s account. 5.6 shipped application passwords, which is the mechanism that had been missing since the REST API.
Registering a post type in functions.php ties the site’s content model to its appearance, so changing the theme deletes the URLs. Must-use plugins load before regular ones and…
5.5 added a per-plugin auto-update toggle, which is right for a site nobody maintains and is a plugin updating at 03:00 on one that somebody does. On a…
Eleven custom blocks that exist to produce one layout. 5.5 added patterns, which is the feature the blocks were being used for — and it needs no build…
5.5 generates sitemaps at /wp-sitemap.xml, which covers most of what an SEO plugin was installed for on a simple site. Two sitemaps is worse than one: search engines…
A drop-in is a file with a fixed name in wp-content that WordPress loads if it exists, and it cannot be activated, deactivated or updated by anything. object-cache.php…