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