<input type="submit" value="LOGIN" name="submit" class="reg" onclick="window.location.href = 'https://site.com/link';">
$(document).ready(function() {
$("*").find("a[href='"+window.location.href+"']").each(function(){ // Ищем текущую ссылку
$(this).addClass("current_link"); // Добавляем текущей ссылке class - current_link
})
});
add_filter('nav_menu_css_class' , 'add_active_class' , 10 , 2);
function add_active_class ($classes, $item) {
if (in_array('current-menu-item', $classes) ){
$classes[] = 'current_link';
}
return $classes;
}
<script type="text/javascript">
$('.js-open').on( "click", function() {
$('#Modal1').modal('show');
$('#Modal2').modal('show');
});</script>
.panel-footer {
padding: 10px;
border-top: 1px solid #DBE0E4;
background: #F5F5F5;
box-shadow: none;
height: 55px;
overflow: hidden;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
<div class="modal fade" id="modalUserName" tabindex="-1" role="dialog"
aria-labelledby="exampleModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">