Knowledge
Knowledge is a familiarity, awareness, or understanding of someone or something, such as facts, information, descriptions, or skills, which is acquired through experience or education by perceiving, discovering, or learning.
Nonces
WordPress nonces are not cryptographic nonces, as the latter are used only once, and the former...
Move a site to a new domain
Move a site workflow: Delete existing domain mappings for the site. wp search replace $old_ur...
Change root site
To change the root site in a multisite network: define( 'BLOG_ID_CURRENT_SITE', 1 ); Plugins mi...
Blocks in Simple English
The following block types exist and this is what they do. I'm always getting confused by the term...
Filtering Block based content
Name Type Usage parse_blocks( string $content ) Function if you want to take a bun...
Auto linking project toolchains
If you use direnv you can automatically setup your project toolchain requirements. In the case of...
Performance Strategy
CDN for assets Full page cache such as Batcache Fragment caching for menus Longcache for lower t...
Performance
When migrating content, suspend cache invalidation and flush the cache afterwards. With that in m...
WP-CLI
To download all attachment files from a remote site: from your local uploads directory: wp post l...