wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_privacy_policy_link › Les Filtres WordPress

Depuis4.9.6
Dépréciéen/a
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
Paramètres: (2)
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Requis: Oui
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the privacy policy link.





Source

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