get_trackback_url
get_trackback_url ( No parameters )
Returns:- (string) The trackback URL after being filtered.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Retrieves the current post's trackback URL.There is a check to see if permalink's have been enabled and if so, will
retrieve the pretty path. If permalinks weren't enabled, the ID of the
current post is used and appended to the correct page to go to.