Hooks Generator August 13, 2017 Public Noxious Anxious Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone hook excerpt more function custom_excerpt_more( $more_string ) { return '[.....]'; } add_filter( '', 'custom_excerpt_more' );