Untitled
unknown
plain_text
7 months ago
273 B
11
Indexable
function remove_form_novalidate_script() {
?>
<script>
jQuery(document).ready(function($) {
$('.woocommerce-form-register').removeAttr('novalidate');
});
</script>
<?php
}
add_action('wp_footer', 'remove_form_novalidate_script');Editor is loading...
Leave a Comment