WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pingback_useragent

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 3133 /**
* Filters the user agent sent when pinging-back a URL.
*
* @since 2.9.0
*
* @param string $concat_useragent The user agent concatenated with ' -- WordPress/'
* and the WordPress version.
* @param string $useragent The useragent.
* @param string $pingback_server_url The server URL being linked to.
* @param string $pagelinkedto URL of page linked to.
* @param string $pagelinkedfrom URL of page linked from.
*/

Hook Parameters

Parameter Type Name Description
string $concat_useragent The user agent concatenated with ' -- WordPress/'
string $useragent The useragent.
string $pingback_server_url The server URL being linked to.
string $pagelinkedto URL of page linked to.
string $pagelinkedfrom URL of page linked from.