Description
Perform trackbacks.
Usage
<?php do_trackbacks( $post_id ) ?>
Parameters
- $post_id
- (integer) (required) Post ID to do trackbacks on.
- Default: None
Return Values
- (void)
- This function does not return a value.
Examples
Notes
Change Log
Since: 1.5.0
Source File
do_trackbacks() is located in wp-includes/comment.php
.
Related