Did you know you can automatically add a privacy policy link to a WordPress theme if the Privacy Policy tool is used? if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '<div class="privacy-policy">', '</div>' );}

Did you know you can automatically add a privacy policy link to a WordPress theme if the Privacy Policy tool is used?
if ( function_exists( ‘the_privacy_policy_link’ ) ) {
the_privacy_policy_link( ‘<div class=”privacy-policy”>’, ‘</div>’ );
}

To top