0

function c2_excerpt_more($more) {
    return '...';
}
add_filter('excerpt_more', 'c2_excerpt_more');

Jagdish Sarma Asked question June 8, 2023
Add a Comment