3306* Fires once a post has been added to the sticky list.3307*3308* @since 4.6.03309*3310* @param int$post_idID of the post that was stuck.3311*/3312do_action('post_stuck',$post_id);3313}3314}33153316/**3317* Un-sticks a post.3318*
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.