Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | apply_filters | 2677 | /** * Filters whether a post is sticky. * * @since 5.3.0 * * @param bool $is_sticky Whether a post is sticky. * @param int $post_id Post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $is_sticky | Whether a post is sticky. |
int | $post_id | Post ID. |