Skip to content

Instantly share code, notes, and snippets.

View tommusrhodus's full-sized avatar
🍕

Tom Rhodes tommusrhodus

🍕
View GitHub Profile
@mustardBees
mustardBees / cmd.sh
Created May 11, 2020 13:48
WordPress clear oEmbed cache (YouTube etc.) for all posts/pages using WP-CLI
wp post list --post_type=post,page --field=ID | xargs -n1 -I % wp embed cache clear %