Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 4641 | /** * Filters the privacy policy link. * * @since 4.9.6 * * @param string $link The privacy policy link. Empty string if it * doesn't exist. * @param string $privacy_policy_url The URL of the privacy policy. Empty string * if it doesn't exist. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $link | The privacy policy link. Empty string if it |
string | $privacy_policy_url | The URL of the privacy policy. Empty string |