/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
add_action( 'wp_head', function () { ?>
<script>

jQuery(document).ready(function(){
   jQuery('.my-account').addClass('digits-login-modal').attr('type',1);
});

</script>
<?php } );