Action hook 'post_unstuck'

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

Description

Fires once a post has been removed from the sticky list.

Occurrences

Filename Line Number
wp-includes/post.php 3089

Parameters

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

PHP Doc

/**
		 * Fires once a post has been removed from the sticky list.
		 *
		 * @since 4.6.0
		 *
		 * @param int $post_id ID of the post that was unstuck.
		 */