-
-
Save shazdeh/e2785cfe110c232d7f2e4ba7c77408bf to your computer and use it in GitHub Desktop.
Fix Velvet Blues Update URLs bug
This file contains hidden or 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
<?php | |
global $wpdb; | |
$wpdb->query( "UPDATE {$wpdb->postmeta} SET meta_value = Replace( meta_value, \"\n\", '' ) WHERE meta_key = '_themify_builder_settings_json'" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment