i added "allowed" => ''
to the $ns_options.
and since you already used “strip_tags” i though it would be better to give is some more sense, so i put the $ns_options as 2nd argument in there, eg: $excerpt = explode('.', strip_tags(get_the_content(), $ns_options['allowed']), $ns_options['sentence']+1);