post_unstuck

最后更新于:2021-11-27 17:56:13

do_action( ‘post_unstuck’, int $post_id )

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

参数

$post_id

(int)
ID of the post that was unstuck.

源文件

文件: gc-includes/post.php

View on Trac