2893*2894* @since 5.3.02895*2896* @param bool$is_sticky Whether a post is sticky.2897* @param int$post_id Post ID.2898*/2899returnapply_filters('is_sticky',$is_sticky,$post_id);2900}29012902/**2903* Sanitizes every post field.2904*2905*If the context is 'raw', then the post objectorarray will get minimal
History
Introduced in 5.3.0. Unchanged from 6.7.7 through 7.1.0.