Created
March 16, 2021 14:53
-
-
Save AertHulsebos/f537c2828af11c6e24007ba55aac8a95 to your computer and use it in GitHub Desktop.
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
<script> | |
jQuery(document).ready(function ($) { | |
$( ".wpcf7-blocked-content-notice" ).wrap( "<div class='cmplz-accept-cookies placeholder-active'></div>" ); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment