Last active
March 11, 2019 13:59
-
-
Save davidsword/bde6e8113751f51c2050ac418d5a66a7 to your computer and use it in GitHub Desktop.
WordPress - native privacy policy link for custom themes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( function_exists( 'the_privacy_policy_link' ) ) { | |
the_privacy_policy_link( '<div>', '</div>'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment