Sql
Strip shortcodes from WordPress posts
A regular expression to remove a particular shortcode from WordPress posts using search and replace, while leaving the content intact.
Tags: data migration, search and replace, sql, wordpress
WordPress post content search and replace in the database using SQL
Perform a bulk search and replace of WordPress post content using an SQL query in the database. And find out about alternative methods.
Tags: database, search and replace, sql, wordpress