3304* Fires once a post has been added to the sticky list.3305*3306* @since 4.6.03307*3308* @param int$post_idID of the post that was stuck.3309*/3310do_action('post_stuck',$post_id);3311}3312}33133314/**3315* Un-sticks a post.3316*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.