3257* Fires once a post has been added to the sticky list.3258*3259* @since 4.6.03260*3261* @param int$post_idID of the post that was stuck.3262*/3263do_action('post_stuck',$post_id);3264}3265}32663267/**3268* Un-sticks a post.3269*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.