/* https://garestraining.com/wp-content/themes/dt-the7/style.css?ver=11.12.0 */
add_filter('the_content','ayudawp_quitar_shortcodes_divi');function ayudawp_quitar_shortcodes_divi($content){$content=preg_replace('/\[\/?et_pb.*?\]/','',$content);return $content}