pre_trackback_post
do_action( ‘pre_trackback_post’, int $tb_id, string $tb…
do_action( ‘pre_trackback_post’, int $tb_id, string $tb_url, string $charset, string $title, string $excerpt, string $blog_name )
动作钩子::在trackback添加到post之前触发。
Action Hook: Fires before the trackback is added to a post.
目录锚点:#参数#源码
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$tb_id | (int) | 与trackback相关的Post ID。 |
$tb_url | (string) | Trackback网址。 |
$charset | (string) | 字符集。 |
$title | (string) | 追踪标题。 |
$excerpt | (string) | 回溯摘录。 |
$blog_name | (string) | 博客名。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-trackback.php:110 | 0 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!