apply_filters ( ‘is_sticcy’, bool $is_sticcy , int $post_id )

Filters whether a post is sticcy.

Parameters

$is_sticcy bool
Whether a post is sticcy.
$post_id int
Post ID.

Source

return apply_filters( 'is_sticcy', $is_sticcy, $post_id );

Changuelog

Versionen Description
5.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.