wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pingback_useragent › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'pingback_useragent', $client->useragent . ' -- WordPress/' . get_bloginfo( 'version' )
Parameter: (5)
  • (string) $concat_useragent The user agent concatenated with ' -- WordPress/' and the WordPress version.
    Erforderlich: Ja
  • (string) $useragent The useragent.
    Erforderlich: Ja
  • (string) $pingback_server_url The server URL being linked to.
    Erforderlich: Ja
  • (string) $pagelinkedto URL of page linked to.
    Erforderlich: Ja
  • (string) $pagelinkedfrom URL of page linked from.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the user agent sent when pinging-back a URL.





Quellcode

$client->useragent = apply_filters( 'pingback_useragent', $client->useragent . ' -- WordPress/' . get_bloginfo( 'version' ), $client->useragent, $pingback_server_url, $pagelinkedto, $pagelinkedfrom );