is_sticky

最后更新于:2021-11-27 02:27:16

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

Filters whether a post is sticky.

参数

$is_sticky

(bool)
Whether a post is sticky.

$post_id

(int)
Post ID.

源文件

文件: gc-includes/post.php

View on Trac