asp_post_content_before_tokenize_clear
This filter runs just before the post content is processed (shortcode execution, iframe extraction) 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