2846*2847* @since 5.3.02848*2849* @param bool$is_sticky Whether a post is sticky.2850* @param int$post_id Post ID.2851*/2852returnapply_filters('is_sticky',$is_sticky,$post_id);2853}28542855/**2856* Sanitizes every post field.2857*2858*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.