# wplingua/2.16.7/assets/js/admin/option-page-switcher.js

Translate and boost SEO – Automatic AI translation – wpLingua, version 2.16.7. 18 lines.

- Page: https://pluginprobe.com/plugins/wplingua/2.16.7/code/assets/js/admin/option-page-switcher.js
- Raw: https://pluginprobe.com/plugins/wplingua/2.16.7/raw/assets/js/admin/option-page-switcher.js
- Modified: 2026-09-17T00:21:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wplingua/2.16.7/code/assets/js/admin/option-page-switcher.js#L10-L20`.

```javascript
/*!*
 **                 _     _                         
 ** __      ___ __ | |   (_)_ __   __ _ _   _  __ _ 
 ** \ \ /\ / / '_ \| |   | | '_ \ / _` | | | |/ _` |
 **  \ V  V /| |_) | |___| | | | | (_| | |_| | (_| |
 **   \_/\_/ | .__/|_____|_|_| |_|\__, |\__,_|\__,_|
 **          |_|                  |___/             
 **
 **        -- wpLingua | WordPress plugin --
 **   Translate and make your website multilingual
 **
 **     https://github.com/julien-jacob/wplingua
 **      https://wordpress.org/plugins/wplingua/
 **              https://wplingua.com/
 **
 **/
jQuery(document).ready(function(l){function e(e){l(".wplng-switcher").removeClass("insert-bottom-right").removeClass("insert-bottom-center").removeClass("insert-bottom-left").addClass("insert-"+e)}function s(e){l(".wplng-switcher").removeClass("theme-light-double-smooth").removeClass("theme-grey-double-smooth").removeClass("theme-dark-double-smooth").removeClass("theme-light-double-square").removeClass("theme-grey-double-square").removeClass("theme-dark-double-square").removeClass("theme-light-simple-smooth").removeClass("theme-grey-simple-smooth").removeClass("theme-dark-simple-smooth").removeClass("theme-light-simple-square").removeClass("theme-grey-simple-square").removeClass("theme-dark-simple-square").removeClass("theme-blurwhite-double-smooth").removeClass("theme-blurwhite-double-square").removeClass("theme-blurwhite-simple-smooth").removeClass("theme-blurwhite-simple-square").removeClass("theme-blurblack-double-smooth").removeClass("theme-blurblack-double-square").removeClass("theme-blurblack-simple-smooth").removeClass("theme-blurblack-simple-square").addClass("theme-"+e),l(".wplng-switcher").hasClass("theme-blurwhite-double-smooth")||l(".wplng-switcher").hasClass("theme-blurwhite-double-square")||l(".wplng-switcher").hasClass("theme-blurwhite-simple-smooth")||l(".wplng-switcher").hasClass("theme-blurwhite-simple-square")?l("#wplng-switcher-preview-container").attr("style","background-color: #1d2327;"):l("#wplng-switcher-preview-container").attr("style","")}function t(e){l(".wplng-switcher").removeClass("style-list").removeClass("style-block").removeClass("style-dropdown").addClass("style-"+e)}function a(e){"none"===e&&"none"===l("#wplng_flags_style").val()&&(l("#wplng_flags_style").val("rectangular"),o("rectangular")),l(".wplng-switcher").removeClass("title-name").removeClass("title-original").removeClass("title-id").removeClass("title-none").addClass("title-"+e)}function o(s){if(l(".wplng-switcher").length&&("none"===s&&"none"===l("#wplng_name_format").val()&&(l("#wplng_name_format").val("name"),a("name")),l(".wplng-switcher").removeClass("flags-circle").removeClass("flags-rectangular").removeClass("flags-wave").removeClass("flags-none").addClass("flags-"+s),"none"!==s)){let e=l(".wplng-switcher").html();e=(e=(e=e.replaceAll("/wplingua/assets/images/circle/","/wplingua/assets/images/"+s+"/")).replaceAll("/wplingua/assets/images/rectangular/","/wplingua/assets/images/"+s+"/")).replaceAll("/wplingua/assets/images/wave/","/wplingua/assets/images/"+s+"/"),l(".wplng-switcher").html(e)}}l("#wplng_insert").on("input",function(){e(l(this).val())}),l("#wplng_theme").on("input",function(){s(l(this).val())}),l("#wplng_style").on("input",function(){t(l(this).val())}),l("#wplng_name_format").on("input",function(){a(l(this).val())}),l("#wplng_flags_style").on("input",function(){o(l(this).val())}),e(l("#wplng_insert").val()),s(l("#wplng_theme").val()),t(l("#wplng_style").val()),a(l("#wplng_name_format").val()),o(l("#wplng_flags_style").val());let r=wp.codeEditor.initialize(l("#wplng_custom_css"),cm_settings);l(document).on("keypress",".CodeMirror",function(){l("#wplingua-inline-css").html(r.codemirror.doc.getValue())}),l(document).on("mouseup",".CodeMirror",function(){l("#wplingua-inline-css").html(r.codemirror.doc.getValue())}),l(document).on("blur",".CodeMirror",function(){l("#wplingua-inline-css").html(r.codemirror.doc.getValue())})});//# sourceMappingURL=option-page-switcher.js.map

```
