Filters the returned trackback URL.
Parameters
$trackback_urlstring- The trackback URL.
Source
return apply_filters( 'trackback_url', $trackback_url );
Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
Filters the returned trackback URL.
$trackback_urlstringreturn apply_filters( 'trackback_url', $trackback_url );
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.