Filters the URL of the privacy policy page.
$urlstring$policy_page_idintwp-includes/link-template.php:4787get_privacy_policy_url()<?php * @since 4.9.6 * * @param string $url The URL to the privacy policy page. Empty string * if it doesn't exist. * @param int $policy_page_id The ID of privacy policy page. */ return apply_filters( 'privacy_policy_url', $url, $policy_page_id );} /** * Displays the privacy policy link with formatting, when applicable. * * @since 4.9.6Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.