WordPress
WordPress (WordPress.org) is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database. WordPress was originally created as a blog-publishing system but has evolved to support other types of web content including more traditional mailing lists and forums, media galleries, membership sites, learning management systems (LMS) and online stores.
Examples
n. One that is representative of a group as a whole. n. One serving as a pattern of a specific k...
Minimal Cron
Change the following: Prefix: svd_ function svd_deactivate() { wp_clear_scheduled_hook( '...
Run WP CLI On All Sites Within A Network
# update an option. wp site list --field=url | xargs -I % wp --url=% option update [option na...
Hooks for assets
Quick reference for where to hook in styles and scripts: Where Action Admin adm...
Troubleshooting
Knowledge
Knowledge is a familiarity, awareness, or understanding of someone or something, such as facts, i...
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...