wordpress / latest / hooks / trackback_url.html

apply_filters( 'trackback_url', string $trackback_url )

Filters the returned trackback URL.

Parameters

$trackback_url string
The trackback URL.

Source

File: wp-includes/comment-template.php. View all references

return apply_filters( 'trackback_url', $trackback_url );

Used By

Used By Description

Changelog

Version Description
2.2.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/trackback_url