Untitled
Anonymous
plain_text
09/05/2023 7:50 AM
432 B
19
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...