apply_filters( ‘trackback_url’, string $trackback_url )

In this article

Filters the returned trackback URL.

Parameters

$trackback_urlstring
The trackback URL.

Source

return apply_filters( 'trackback_url', $trackback_url );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.