the_privacy_policy_link

过滤钩子
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
参数
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Required:
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Required:
定义位置
相关勾子
privacy_policy_urlthe_permalinkthe_author_posts_linktheme_action_linksthe_author_link
相关方法
the_privacy_policy_linkget_the_privacy_policy_linkget_privacy_policy_urlis_privacy_policyget_privacy_policy_templatewp_add_privacy_policy_content
引入
4.9.6
弃用
-

the_privacy_policy_link是一个模板标签,它可以输出到你网站的隐私政策页面的链接。这个标签通常用于网站的页脚,为用户提供一个指向隐私政策的链接。

过滤隐私政策链接。

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

常见问题

FAQs
查看更多 >