Hello friends, as you know, the openload iframe code has changed. Consequently, the iframes broke in my topics. Instead of changing them one by one, can we fix this using a query from the mysql database? Or is there another management like changing 'openload.co' to 'oload.tv'? SOLUTION: Follow these steps: Run this code in the selected database. UPDATE wp_posts SET post_content = replace( post_content, 'openload.co', 'oload.tv' );