Untitled
unknown
plain_text
2 years ago
323 B
10
Indexable
add_action('wp_head', function(){
?>
<script>
jQuery(document).ready(function(){
jQuery('.nav-top-link').on('click', function(){
let open = jQuery(this).data('open');
if (open === '#login-form-popup'){
window.location = 'https://www.bonohair.com/my-account/';
}
});
});
</script>
<?php
});
Editor is loading...