wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pingback_useragent › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( 'pingback_useragent', $client->useragent . ' -- WordPress/' . get_bloginfo( 'version' )
Parametri: (5)
  • (string) $concat_useragent The user agent concatenated with ' -- WordPress/' and the WordPress version.
    Richiesto:
  • (string) $useragent The useragent.
    Richiesto:
  • (string) $pingback_server_url The server URL being linked to.
    Richiesto:
  • (string) $pagelinkedto URL of page linked to.
    Richiesto:
  • (string) $pagelinkedfrom URL of page linked from.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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