Created
June 15, 2016 17:46
-
-
Save palicko/c2e2ea9404bc0f8b07516d61270b2adf to your computer and use it in GitHub Desktop.
EU cookies
This file contains 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
<div class="eu-cookies"> | |
<p class="eu-cookies-text"> | |
<?php _e( 'This internet website uses cookie files for the purposes of providing services, adjusting advertisements, and analysing website data. By using this website, you also acknowledge that you consent to the use of cookies.', 'textdomain' ); ?> | |
<button class="eu-cookies-agree js-cookies-agree"><?php _e( 'OK', 'textdomain' ); ?></button> | |
</p> | |
</div> | |
<noscript><style>.eu-cookies { display:none }</style></noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment