3350* Fires once a post has been removed from the sticky list.3351*3352* @since 4.6.03353*3354* @param int$post_idID of the post that was unstuck.3355*/3356do_action('post_unstuck',$post_id);3357}3358}33593360/**3361* Returns the cache key forwp_count_posts() based on the passed arguments.3362*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.