Wordpress 钩子:post_unstuck
文章目录
从粘性列表中删除帖子后触发。
原型
do_action( 'post_unstuck', int $post_id )
参数
$post_id
(int)
未张贴的帖子的ID。
源文件
路径:wp-includes/post.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/post_unstuck/
文章作者 iBllex
上次更新 2019-02-13
从粘性列表中删除帖子后触发。
do_action( 'post_unstuck', int $post_id )
$post_id
(int)
未张贴的帖子的ID。
路径:wp-includes/post.php
英文文档:https://developer.wordpress.org/reference/hooks/post_unstuck/
文章作者 iBllex
上次更新 2019-02-13