jQuery(document).ready(function(t){if(t(".wp-block-wpm-language-switcher").length>0&&t(".wp-block-wpm-language-switcher .wpm-language-switcher").length>0){let e=t(".wp-block-wpm-language-switcher"),a=t(e).find("ul"),c=e.find(".wpm-switcher-select");(a.length>0||c.length>0)&&(wpm_localize_data.wpm_block_switch_nonce,t.ajax({type:"POST",url:wpm_localize_data.ajax_url,dataType:"json",data:{action:"wpm_block_lang_switcher",current_url:wpm_localize_data.current_url,security:wpm_localize_data.wpm_block_switch_nonce},success:function(e){a.length>0&&t(".wp-block-wpm-language-switcher .wpm-language-switcher a").each(function(a,c){var n=t(this).data("lang");let l="";t.each(e,function(t,e){n==t&&(l=e)}),t(this).attr("href",l)}),c.length>0&&t(".wp-block-wpm-language-switcher .wpm-language-switcher option").each(function(a,c){var n=t(this).data("lang");let l="";t.each(e,function(t,e){n==t&&(l=e)}),t(this).attr("value",l)})}}))}t(document).on("change",".wp-block-wpm-language-switcher .wpm-switcher-select",function(e){let a=t(this).val();window.location.href=a})});