Remove specific div and content from SQL WordPress database
I am trying to remove a specific div and it's content from a large number of Wordpress posts. Instead of just using 'display:none' to make the div invisible, I would like it to be removed permanently. That's why I prefer…