WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/do trackbacks

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

See also index of Function Reference and index of Template Tags.