apply_filters( 'trackback_url', string $trackback_url )

Filters the returned trackback URL.


Parameters

$trackback_url string
The trackback URL.

Top ↑

Source

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

return apply_filters( 'trackback_url', $trackback_url );


Top ↑

Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes

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