Filters whether a post is sticky.
Parameters
$is_stickybool- Whether a post is sticky.
$post_idint- 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_stickybool$post_idintreturn 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.