Languages: English • 日本語 (Add your language)
Displays or returns the trackback URL for the current post. This tag must be within The Loop.
A trackback URL is where somebody posts a link to their site on your site. In return, they have posted a link to your site on their site and have copied an article you have written.
<?php trackback_url(); ?>
This tag has no parameters.
<p>Trackback URL for this post: <?php trackback_url(); ?></p>
Uses: get_trackback_url()
Since: 0.71
trackback_url() is located in wp-includes/comment-template.php
.