Action hook 'post_stuck'

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

Description

Fires once a post has been added to the sticky list.

Occurrences

Filename Line Number
wp-includes/post.php 3045

Parameters

Type Name Description
int $post_id ID of the post that was stuck.

PHP Doc

/**
		 * Fires once a post has been added to the sticky list.
		 *
		 * @since 4.6.0
		 *
		 * @param int $post_id ID of the post that was stuck.
		 */