do_action( 'pre_trackback_post', int $tb_id , string $tb_url , string $charset , string $title , string $excerpt , string $blog_name )
Fires before the trackback is added to a post.
Parameters
- $tb_id
-
Post ID related to the trackback.
- $tb_url
-
Trackback URL.
- $charset
-
Character Set.
- $title
-
Trackback Title.
- $excerpt
-
Trackback Excerpt.
- $blog_name
-
Blog Name.
Source
File: wp-trackback.php
Changelog
Version | Description |
---|---|
WP-4.7.0 | Introduced. |