wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_privacy_policy_link › Filtr WordPress Hooks

Od4.9.6
Przestarzałyn/a
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
Parametry: (2)
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Wymagane: Tak
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the privacy policy link.





Źródło

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