Skip to content

Instantly share code, notes, and snippets.

@AlexL-JWA
Created August 1, 2018 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexL-JWA/1f2ff14f4c496ebcaa0a00d1ce649ef1 to your computer and use it in GitHub Desktop.
Save AlexL-JWA/1f2ff14f4c496ebcaa0a00d1ce649ef1 to your computer and use it in GitHub Desktop.
Убрать траиточие из 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