WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about trackback_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 1161 /**
* Filters the returned trackback URL.
*
* @since 2.2.0
*
* @param string $trackback_url The trackback URL.
*/

Hook Parameters

Parameter Type Name Description
string $trackback_url The trackback URL.