WordPress.org

Codex

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

Function Reference/trackback url list

Description

Do trackbacks for a list of URLs.

Usage

<?php trackback_url_list$tb_list$post_id ?>

Parameters

$tb_list
(string) (required) Comma separated list of URLs
Default: None
$post_id
(integer) (required) Post ID
Default: None

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 1.0.0

Source File

trackback_url_list() is located in wp-includes/post.php.

Related

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