Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RafaelFunchal/875c1030855d4effd82f to your computer and use it in GitHub Desktop.
Save RafaelFunchal/875c1030855d4effd82f to your computer and use it in GitHub Desktop.
Insert this jQuery in your JS file or register page to check the subscription checkbox by default
<script>
(function($){
$(document).ready(function(){
$( '#wysija-box-after-register' ).prop( 'checked', true );
});
})(window.jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment