pingback_useragent

最后更新于:2021-11-27 14:22:24

apply_filters( ‘pingback_useragent’, string $concat_useragent, string $useragent, string $pingback_server_url, string $pagelinkedto, string $pagelinkedfrom )

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

参数

$concat_useragent

(string)
The user agent concatenated with ‘ — GeChiUI/’ and the GeChiUI version.

$useragent

(string)
The useragent.

$pingback_server_url

(string)
The server URL being linked to.

$pagelinkedto

(string)
URL of page linked to.

$pagelinkedfrom

(string)
URL of page linked from.

源文件

文件: gc-includes/comment.php

View on Trac