3301* Fires once a post has been removed from the sticky list.3302*3303* @since 4.6.03304*3305* @param int$post_idID of the post that was unstuck.3306*/3307do_action('post_unstuck',$post_id);3308}3309}33103311/**3312* Returns the cache key forwp_count_posts() based on the passed arguments.3313*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.