LeoLopesWeb
12/20/2019 - 4:35 PM

include line-breaks in the_excerpt - except

function get_the_excerpt_theme() {
    $excerpt = get_the_excerpt();
    $excerpt = apply_filters( 'the_excerpt', $excerpt );
    return $excerpt;
}