Advanced Search
Search Results
15 total results found
Minimal Cron
Change the following: Prefix: svd_ function svd_deactivate() { wp_clear_scheduled_hook( '...
SameSite Cookies
web.dev has a very insightful article on SameSite cookies. Read it to understand how they work. ...
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...
Notes on Screen Recording
Recommended way Use Shift-Command-5 and capture a desktop. The microphone can be turned on un...
Sync the database schema
In rare situations, the WordPress database schema might not match the schema expected by the appl...
Notetaking Tools
I'm always looking for a cross platform good value note taking solution. I work with the Apple ec...
Bookmarking
To prevent rethreading the same research paths, I'm documenting my bookmark journey. I'm current...
DJ Setup
Hardware and Software WIP Categorising Music Separate DJ Music from your other music by movi...
Hooks for assets
Quick reference for where to hook in styles and scripts: Where Action Admin adm...
Troubleshooting local environment problems
A collection of troubleshooting tips to diagnose issues with a local environment that's not worki...
Onboarding Questions
I’ve found information related to the following helps me onboard ne client services projects easi...
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...
Docksal Setup
Thoughts on running CodeIgniter with Docksal. Initial setup is easy # Setup CodeIgniter compos...
Change root site
To change the root site in a multisite network: define( 'BLOG_ID_CURRENT_SITE', 1 ); Plugins mi...