trackback_url WordPress Filter Hook

The trackback_url Wordpress hook allows you to modify the trackback URL for a post. This can be useful if you want to change the trackback URL for a particular post, or if you want to change the trackback URL for all posts on your site.

apply_filters( 'trackback_url', string $tb_url ) #

Filters the returned trackback URL.


Parameters

$tb_url

(string)The trackback URL.


Top ↑

Source

File: wp-includes/comment-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More