Filters whether a post is sticky.
Parameters
$is_sticky
bool- Whether a post is sticky.
$post_id
int- Post ID.
Source
return apply_filters( 'is_sticky', $is_sticky, $post_id );
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |
Filters whether a post is sticky.
$is_sticky
bool$post_id
intreturn apply_filters( 'is_sticky', $is_sticky, $post_id );
Version | Description |
---|---|
5.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.