3252* Fires once a post has been removed from the sticky list.3253*3254* @since 4.6.03255*3256* @param int$post_idID of the post that was unstuck.3257*/3258do_action('post_unstuck',$post_id);3259}3260}32613262/**3263* Returns the cache key forwp_count_posts() based on the passed arguments.3264*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.