将帖子添加到粘滞列表后触发。
原型
do_action( 'post_stuck', int $post_id )
参数
$post_id
(int)
被卡住的帖子的ID。
源文件
路径:wp-includes/post.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/post_stuck/
将帖子添加到粘滞列表后触发。
do_action( 'post_stuck', int $post_id )
$post_id
(int)
被卡住的帖子的ID。
路径:wp-includes/post.php
英文文档:https://developer.wordpress.org/reference/hooks/post_stuck/
请在后台设置小工具!