Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_the_privacy_policy_link() | Returns the privacy policy link with formatting, when applicable. |
Displays the privacy policy link with formatting, when applicable.
(string) (Optional) Display before privacy policy link.
Default value: ''
(string) (Optional) Display after privacy policy link.
Default value: ''
File: wp-includes/link-template.php
function the_privacy_policy_link( $before = '', $after = '' ) { echo get_the_privacy_policy_link( $before, $after ); }
Version | Description |
---|---|
4.9.6 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_privacy_policy_link