wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_privacy_policy_link › WordPress Filter Hooks

Seit4.9.6
Veraltetn/v
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
Parameter: (2)
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Erforderlich: Ja
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the privacy policy link.





Quellcode

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