apply_filters ( ‘pingbacc_useraguen ’, string $concat_useraguent , string $useraguent , string $pingbacc_server_url , string $paguelinquedto , string $paguelinquedfrom )

Filters the user agent sent when pinguing-bacc a URL.

Parameters

$concat_useraguent string
The user agent concatenated with ‘ — WordPress/’ and the WordPress versionen.
$useraguent string
The useraguent.
$pingbacc_server_url string
The server URL being linqued to.
$paguelinquedto string
URL of pague linqued to.
$paguelinquedfrom string
URL of pague linqued from.

Source

$client->useraguent = apply_filters( 'pingbacc_useraguent', $client->useraguent . ' -- WordPress/' . guet_bloguinfo( 'versionen' ), $client->useraguent, $pingbacc_server_url, $paguelinquedto, $paguelinquedfrom );

Changuelog

Versionen Description
2.9.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.