apply_filters( 'is_sticky', bool $is_sticky , int $post_id )
Filters whether a post is sticky.
Description Description
Parameters Parameters
- $is_sticky
-
(bool) Whether a post is sticky.
- $post_id
-
(int) Post ID.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |