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