Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 4592 | /** * Filters the URL of the privacy policy page. * * @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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $url | The URL to the privacy policy page. Empty string |
int | $policy_page_id | The ID of privacy policy page. |