//No escape symbol by laozuo.org add_filter( 'the_content', function( $string ) { return preg_replace_callback( '|]*)>(.*?)|', function( $matches ) { return ' . str_replace( '&', '&', $matches[1] ) . '>' . $matches[2] . ''; }, $ string ); }, 10, 1 );