Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created May 11, 2020 13:48
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustardBees/4cce1f85f0cdcccda278b0acc94490b8 to your computer and use it in GitHub Desktop.
Save mustardBees/4cce1f85f0cdcccda278b0acc94490b8 to your computer and use it in GitHub Desktop.
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 %
@cabgfx
Copy link

cabgfx commented Apr 21, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment