3208* Fires once a post has been added to the sticky list.3209*3210* @since 4.6.03211*3212* @param int$post_idID of the post that was stuck.3213*/3214do_action('post_stuck',$post_id);3215}3216}32173218/**3219* Un-sticks a post.3220*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.