Changeset 38791
- Timestamp:
- 10/14/2016 07:38:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-trackback.php
r38741 r38791 92 92 93 93 if ( !empty($tb_url) && !empty($title) ) { 94 /** 95 * Fires before the trackback is added to a post. 96 * 97 * @since 4.7.0 98 * 99 * @param int $tb_id Post ID related to the trackback. 100 * @param string $tb_url Trackback URL. 101 * @param string $charset Character Set. 102 * @param string $title Trackback Title. 103 * @param string $excerpt Trackback Excerpt. 104 * @param string $blog_name Blog Name. 105 */ 106 do_action( 'pre_trackback_post', $tb_id, $tb_url, $charset, $title, $excerpt, $blog_name ); 107 94 108 header('Content-Type: text/xml; charset=' . get_option('blog_charset') ); 95 109
Note: See TracChangeset
for help on using the changeset viewer.