2797*2798* @since 5.3.02799*2800* @param bool$is_sticky Whether a post is sticky.2801* @param int$post_id Post ID.2802*/2803returnapply_filters('is_sticky',$is_sticky,$post_id);2804}28052806/**2807* Sanitizes every post field.2808*2809*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.