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



privacy_policy_url › Les Filtres WordPress

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

Filters the URL of the privacy policy page.





Source

return apply_filters( 'privacy_policy_url', $url, $policy_page_id );