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



privacy_policy_url › WordPress Filter Hooks

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

Filters the URL of the privacy policy page.





Quellcode

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