On this page
the_privacy_policy_link( string $before = '', string $after = '' )
Displays the privacy policy link with formatting, when applicable.
Parameters
$beforestring Optional-
Display before privacy policy link.
Default:
'' $afterstring Optional-
Display after privacy policy link.
Default:
''
Source
File: wp-includes/link-template.php. View all references
function the_privacy_policy_link( $before = '', $after = '' ) {
echo get_the_privacy_policy_link( $before, $after );
}
Related
Uses
| Uses | Description |
|---|---|
| get_the_privacy_policy_link() wp-includes/link-template.php | Returns the privacy policy link with formatting, when applicable. |
Used By
| Used By | Description |
|---|---|
| login_footer() wp-login.php | Outputs the footer for the login page. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_privacy_policy_link