Title: Customizer Export/Import
Author: Beaver Builder
Published: <strong>20 ທັນວາ 2014</strong>
Last modified: 16 ມິຖຸນາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/customizer-export-import/assets/banner-772x250.jpg?rev=1049984)

![](https://ps.w.org/customizer-export-import/assets/icon-256x256.jpg?rev=1049984)

# Customizer Export/Import

 ໂດຍ [Beaver Builder](https://profiles.wordpress.org/beaverbuilder/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/customizer-export-import.0.9.8.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/customizer-export-import/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/customizer-export-import/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/customizer-export-import/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/customizer-export-import/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/customizer-export-import/)

## ຄຳອະທິບາຍ

#### Customizer Export/Import

The Customizer Export/Import plugin allows you to export or import your WordPress
customizer settings from directly within the customizer interface! If your theme
makes use of the WordPress customizer for its settings, this plugin is for you!

Please visit our blog for more info on the [Customizer Export/Import plugin](https://www.wpbeaverbuilder.com/wordpress-customizer-export-import-plugin/?utm_source=external&utm_medium=wp-repo&utm_campaign=customizer-export-description).

#### New! Export Options

The Customizer Export/Import plugin previously only exported options saved as theme
mods using the [get_theme_mods](https://codex.wordpress.org/Function_Reference/get_theme_mods)
function, but that is no more! The Customizer Export/Import plugin now exports settings
saved as options as well!

#### How It Works

Exporting customizer settings is easy. Click the export button from within the customizer
and a file will automatically begin downloading with your settings. Export files
are named after your theme and can only be used to import settings for the theme
or child theme that they came from. Export files contain a serialized dump of mods
retrieved using the [get_theme_mods](https://codex.wordpress.org/Function_Reference/get_theme_mods)
function or customizer settings saved as options.

Importing customizer settings is just as easy. Choose the export file you would 
like to import, select whether you would like to download and import images (similar
to importing posts), and finally, click the import button. Once your settings have
been imported the page will refresh and your new design will be displayed.

#### Exporting Custom Options

Developers can also have arbitrary options that aren’t part of the customizer exported
by using the cei_export_option_keys filter. Those options can be exported and imported
by adding your option key to the array of options that will be exported as shown
below.

    ```
    function my_export_option_keys( $keys ) {
        $keys[] = 'my_option_key';
        $keys[] = 'another_option_key';
        return $keys;
    }

    add_filter( 'cei_export_option_keys', 'my_export_option_keys' );
    ```

#### Known Issues

This plugin currently only works for active themes, not themes that are being previewed
with either the Theme Test Drive plugin or the new customizer theme preview.

#### Contribute!

We’d love to hear your feedback as to how we could improve the Customizer Export/
Import plugin, or better yet, see theme developers actively contribute! Don’t hesitate
to let us know if you’re interested in contributing as we would gladly have others
on board.

The Customizer Export/Import plugin is brought to you by the fine folks at [Beaver Builder](https://www.wpbeaverbuilder.com/?utm_source=external&utm_medium=wp-repo&utm_campaign=customizer-export-description).

## ພາບໜ້າຈໍ

[⌊The export/import customizer section.⌉⌊The export/import customizer section.⌉[

The export/import customizer section.

## ການຕິດຕັ້ງ

 1. Install the Customizer Export/Import plugin either via the WordPress plugin directory,
    or by uploading the files to your server at wp-content/plugins.
 2. After activating, the export/import functionality will be available as a separate
    section within the WordPress customizer.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

Please visit our blog for more info on the [Customizer Export/Import plugin](https://www.wpbeaverbuilder.com/wordpress-customizer-export-import-plugin/?utm_source=external&utm_medium=wp-repo&utm_campaign=customizer-export-faq).

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/26b36e2ee9f74e01fb53facf80b1064b96c3ce6a966e9fee46b5dcdea8cc0739?
s=60&d=retro&r=g)

### 󠀁[It’s worked for me.](https://wordpress.org/support/topic/its-worked-for-me-2/)󠁿

 [contactjual](https://profiles.wordpress.org/contactjual/) 20 ມິຖຸນາ 2026

It’s worked for now. I don’t know about in future for any issues if come……..

![](https://secure.gravatar.com/avatar/34556a094a7ba3a09df6253de7f2cffd063c2f4b9043e1b5f867c3554ddd05bd?
s=60&d=retro&r=g)

### 󠀁[It Works!](https://wordpress.org/support/topic/it-works-2566/)󠁿

 [Apple.WP-Dev](https://profiles.wordpress.org/red-apple/) 10 ກໍລະກົດ 2025

Thank you for creating this plugin. It works perfectly with every theme I use. 🙂

![](https://secure.gravatar.com/avatar/1bb0cadbafbe2638612d24f09006d7e29f9c8c0e91061f0a794be857d2e5ea52?
s=60&d=retro&r=g)

### 󠀁[Huge Help](https://wordpress.org/support/topic/huge-help-23/)󠁿

 [andreispirea](https://profiles.wordpress.org/andreispirea/) 22 ມັງກອນ 2025

Great plugin, worked perfectly. Probably it helped me save a few hours of customization.
Thanks!

![](https://secure.gravatar.com/avatar/f70bee641d0e897fe461877b07e89ee0d8985a7f1dc87816595375122fac56a5?
s=60&d=retro&r=g)

### 󠀁[Perfect Thanks you so much](https://wordpress.org/support/topic/perfect-thanks-you-so-much/)󠁿

 [commarketinguniteck](https://profiles.wordpress.org/commarketinguniteck/) 17 ທັນວາ
2024

Perfect, I could export my theme settings to my child theme without any problem,
in 2 minutes. That’s a lot of waste time gained. Thanks you so much !Very usefull
I recommand.

![](https://secure.gravatar.com/avatar/ec5d3466a4fc70289b487542e9678719adb1b45348c82d2a0ec4cd055d3ffdaf?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-39617/)󠁿

 [paemark](https://profiles.wordpress.org/paemark/) 15 ຕຸລາ 2024

Just perfect! Thank you.

![](https://secure.gravatar.com/avatar/36c644ce32cd0279a2c933779a497de347935a775f0be0d2ba4b71e2eb8dec72?
s=60&d=retro&r=g)

### 󠀁[Always works great!](https://wordpress.org/support/topic/always-works-great-5/)󠁿

 [jaapmarcus](https://profiles.wordpress.org/jaapmarcus/) 11 ກັນຍາ 2024

Works fine!

 [ ອ່ານການຣີວິວທັງໝົດ 115 ລາຍການ ](https://wordpress.org/support/plugin/customizer-export-import/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Customizer Export/Import” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີ
ສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Beaver Builder ](https://profiles.wordpress.org/beaverbuilder/)
 *   [ Justin Busa ](https://profiles.wordpress.org/justinbusa/)
 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)

“Customizer Export/Import” ໄດ້ຖືກແປເປັນ 25 ພາສາທ້ອງຖິ່ນ. ຂໍຂອບໃຈ [ທີມງານຜູ້ແປ](https://translate.wordpress.org/projects/wp-plugins/customizer-export-import/contributors)
ສຳລັບການປະກອບສ່ວນຂອງເຂົາເຈົ້າ.

[ແປ “Customizer Export/Import” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/customizer-export-import)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/customizer-export-import/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/customizer-export-import/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/customizer-export-import/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/customizer-export-import/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### Version 0.1

 * Initial release.

#### Version 0.2

 * Added cei_export_option_keys filter for exporting custom options.

#### Version 0.3

 * Customizer settings saved as options are now exported and imported.

#### Version 0.5

 * Fixed an issue with uploads in WordPress 4.7.1.

#### Version 0.6

 * Trying another fix for the issue with uploads in WordPress 4.7.1.

#### Version 0.7

 * Added support for exporting and importing custom CSS.

#### Version 0.8

 * Added support for option data that has an empty value.

#### Version 0.9

 * Allow options with `widget` or `sidebar` in their key to be exported.

#### Version 0.9.1

 * Fixed issue with slashes in plugin asset urls and S3. Props Huskynarr.

#### Version 0.9.4

 * Added callout for Assistant

#### Version 0.9.5

 * Fixed minor security issue

#### Version 0.9.6

 * Restrict uploads to users that can install plugins for better security.

#### Version 0.9.7.1

 * Fixed minor security issue

#### Version 0.9.7.2

 * Fixed mime type error

#### Version 0.9.7.3

 * Fixed mime type error again
 * Fixed non SSL links in plugin headers

#### Version 0.9.8

 * Trim unwanted whitespace from imported file.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.9.8**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **4 ອາທິດ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **100,000+**
 *  ເວີຊັນ WordPress ** 3.6 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **7.0.1**
 *  ພາສາ
 * [Arabic](https://ar.wordpress.org/plugins/customizer-export-import/), [Catalan](https://ca.wordpress.org/plugins/customizer-export-import/),
   [Chinese (China)](https://cn.wordpress.org/plugins/customizer-export-import/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/customizer-export-import/),
   [Danish](https://da.wordpress.org/plugins/customizer-export-import/), [Dutch](https://nl.wordpress.org/plugins/customizer-export-import/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/customizer-export-import/),
   [English (Australia)](https://en-au.wordpress.org/plugins/customizer-export-import/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/customizer-export-import/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/customizer-export-import/),
   [English (UK)](https://en-gb.wordpress.org/plugins/customizer-export-import/),
   [English (US)](https://wordpress.org/plugins/customizer-export-import/), [French (Canada)](https://fr-ca.wordpress.org/plugins/customizer-export-import/),
   [French (France)](https://fr.wordpress.org/plugins/customizer-export-import/),
   [Galician](https://gl.wordpress.org/plugins/customizer-export-import/), [German](https://de.wordpress.org/plugins/customizer-export-import/),
   [Japanese](https://ja.wordpress.org/plugins/customizer-export-import/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/customizer-export-import/),
   [Romanian](https://ro.wordpress.org/plugins/customizer-export-import/), [Russian](https://ru.wordpress.org/plugins/customizer-export-import/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/customizer-export-import/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/customizer-export-import/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/customizer-export-import/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/customizer-export-import/),
   [Swedish](https://sv.wordpress.org/plugins/customizer-export-import/), ແລະ [Ukrainian](https://uk.wordpress.org/plugins/customizer-export-import/).
 *  [ແປເປັນພາສາຂອງເຈົ້າ](https://translate.wordpress.org/projects/wp-plugins/customizer-export-import)
 * ແທັກ
 * [customizer](https://lo.wordpress.org/plugins/tags/customizer/)[customizer export](https://lo.wordpress.org/plugins/tags/customizer-export/)
   [customizer import](https://lo.wordpress.org/plugins/tags/customizer-import/)
   [export](https://lo.wordpress.org/plugins/tags/export/)[import](https://lo.wordpress.org/plugins/tags/import/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/customizer-export-import/advanced/)

## ການໃຫ້ຄະແນນ

 4.8 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 109 ລາຍການ     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 5 ລາຍການ     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/customizer-export-import/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/customizer-export-import/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Beaver Builder ](https://profiles.wordpress.org/beaverbuilder/)
 *   [ Justin Busa ](https://profiles.wordpress.org/justinbusa/)
 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/customizer-export-import/)