Remove excerpt […]

December 1st, 2022 Shabu James 43 Views Comments Off on Remove excerpt […] Windows15 seconds

Adding the below filter on the wordpress functions.php will remove […] from all the post excerpts.

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

About The Author

Shabu James