Core Function
View Source on Trac ↗ get_the_privacy_policy_link()
get_the_privacy_policy_link( mixed $before = '', mixed $after = '' ) Returns the privacy policy link with formatting, when applicable.
Parameters 0 required
| Name / Type | Description |
|---|---|
| $before string | Optional. Display before privacy policy link. Default empty. |
| $after string | Optional. Display after privacy policy link. Default empty. |
Return Value
(string)
string Markup for the link and surrounding elements. Empty string if it
doesn't exist.
Function Information
Since Version
4.9.6
Source File
wp-includes/link-template.php
Advertisement