Hi,
Actually I need to clear the cache of the author profile page every time this author creates or updates a post.
The delete_single_post_cache function requires $post_id but the author profile page has no ID…
Is it possible to pass the URL instead of $post_id ?