Wordpress 钩子:pre_trackback_post
文章目录
将引用添加到帖子之前触发。
原型
do_action( 'pre_trackback_post', int $tb_id, string $tb_url, string $charset, string $title, string $excerpt, string $blog_name )
参数
$tb_id
(int)
与引用相关的帖子ID。
$tb_url
(string)
引用网址。
$charset
(string)
字符集。
$title
(string)
引用标题。
$excerpt
(string)
引用摘录。
$blog_name
(string)
博客名称。
源文件
路径:wp-trackback.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/pre_trackback_post/
文章作者 iBllex
上次更新 2019-02-15