wpseek.com
A WordPress-centric search engine for devs and theme authors



the_privacy_policy_link › WordPress Filter Hooks

Since4.9.6
Deprecatedn/a
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
Parameters: (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
Defined at:
Codex:

Filters the privacy policy link.





Source

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