%2$s', esc_url( get_permalink( get_the_ID() ) ), /* translators: %s: Name of current post */ sprintf( __( 'Continue reading %s', 'bn' ), '' . get_the_title( get_the_ID() ) . '' ) ); return ' … ' . $link; } add_filter('excerpt_more', __NAMESPACE__ . '\\excerpt_more');