3348* Fires once a post has been removed from the sticky list.3349*3350* @since 4.6.03351*3352* @param int$post_idID of the post that was unstuck.3353*/3354do_action('post_unstuck',$post_id);3355}3356}33573358/**3359* Returns the cache key forwp_count_posts() based on the passed arguments.3360*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.