3410* Fires once a post has been removed from the sticky list.3411*3412* @since 4.6.03413*3414* @param int$post_idID of the post that was unstuck.3415*/3416do_action('post_unstuck',$post_id);3417}3418}34193420/**3421* Returns the cache key forwp_count_posts() based on the passed arguments.3422*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.