We'll create fresh WordPress site with Add Polylang support for Customizer installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Add Polylang support for Customizer
This plugin adds Polylang support for WordPress Customizer.
We provide direct support via our Frontbee Discord server
Expect customizer to use setting type = theme_mod
(default) as in:
$wp_customize->add_setting( ‘setting_id’, [ ‘type’ => ‘theme_mod’, ] );
This plugin is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE
.
This plugin is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.
Credits
Original solution made by @soderlind is available here. Share some love! This is WordPress plugin version of his solution.