Created
March 12, 2024 17:16
-
-
Save BryanBarrera/b06aab9af089d119f6517dec8be1b7cb to your computer and use it in GitHub Desktop.
Remove fusion builder shortcode(s)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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