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



the_privacy_policy_link › WordPress过滤钩子

Since4.9.6
已弃用n/a
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
参数: (2)
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Required: Yes
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Required: Yes
定义在:
文档:

Filters the privacy policy link.





源码

$link = apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url );