2937*2938* @since 5.3.02939*2940* @param bool$is_sticky Whether a post is sticky.2941* @param int$post_id Post ID.2942*/2943returnapply_filters('is_sticky',$is_sticky,$post_id);2944}29452946/**2947* Sanitizes every post field.2948*2949*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.