Skip to content

Instantly share code, notes, and snippets.

View jessuppi's full-sized avatar
❤️
let the bodies hit the floor

Jesse Nickles jessuppi

❤️
let the bodies hit the floor
View GitHub Profile
#!/bin/bash
## this script resets Git Updater cache and clears update transients
## useful when themes or plugins aren’t detecting available updates
## delete internal metadata cache
wp option delete git_updater
## delete all transients including theme/plugin update checks
wp transient delete --all