Filter hook 'is_sticky'

in WP Core File wp-includes/post.php at line 2800

Description

Filters whether a post is sticky.

Occurrences

Filename Line Number
wp-includes/post.php 2800

Parameters

Type Name Description
bool $is_sticky Whether a post is sticky.
int $post_id Post ID.

PHP Doc

/**
	 * 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.
	 */