do_action( ‘post_unstuck’, int $post_id )

In this article

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

Parameters

$post_idint
ID of the post that was unstuck.

Source

do_action( 'post_unstuck', $post_id );

Changelog

VersionDescription
4.6.0Introduced.

User Contributed Notes

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