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.
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |