wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_privacy_policy_link › WordPress Filter Hooks

Da4.9.6
Deprecaton/a
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
Parametri: (2)
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Richiesto:
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Richiesto:
Definito a:
Codex:

Filters the privacy policy link.





Sorgenti

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