Post count: 8314
Hi graphicprint24,
Please try to use this code below instead and put it on the functions.php
file:
|
add_action( 'wp_footer', 'jeg_footer_privacy_policy' ); function jeg_footer_privacy_policy() { ?> PUT YOUR PRIVACY & COOKIE POLICY CONTENT HERE <?php } |
Thank you