Убрать траиточие из the_excerpt
add_filter('excerpt_more', function($more) { | |
return '...'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add_filter('excerpt_more', function($more) { | |
return '...'; | |
}); |