2895*2896* @since 5.3.02897*2898* @param bool$is_sticky Whether a post is sticky.2899* @param int$post_id Post ID.2900*/2901returnapply_filters('is_sticky',$is_sticky,$post_id);2902}29032904/**2905* Sanitizes every post field.2906*2907*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.