wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_signature_hosts › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' )
参数:
  • (string[]) $hostnames List of hostnames.
    Required: Yes
定义在:
文档:

Filters the list of hosts which should have Signature Verification attempted on.





源码

$signed_hostnames = apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' ) );