asp_post_excerpt_before_tokenize
This filter runs just before the post excerpt is processed and cleared from HTML etc.., before it is passed to the tokenization process.
Parameters
$excerpt(string) - the post excerpt
$post(WP_Post) - post type object
Last updated