Skip to content

Instantly share code, notes, and snippets.

@BryanBarrera
Created March 12, 2024 17:16
Show Gist options
  • Save BryanBarrera/b06aab9af089d119f6517dec8be1b7cb to your computer and use it in GitHub Desktop.
Save BryanBarrera/b06aab9af089d119f6517dec8be1b7cb to your computer and use it in GitHub Desktop.
Remove fusion builder shortcode(s)
UPDATE wp_posts SET post_content = REGEXP_REPLACE(post_content, "\\[\/?fusion(.*?)\]", "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment