3366* Fires once a post has been added to the sticky list.3367*3368* @since 4.6.03369*3370* @param int$post_idID of the post that was stuck.3371*/3372do_action('post_stuck',$post_id);3373}3374}33753376/**3377* Un-sticks a post.3378*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.