Title: Customizer Export/Import
Author: Beaver Builder
Published: <strong>2014 年 12 月 20 日</strong>
Last modified: 2026 年 1 月 14 日

---

搜尋外掛

![](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://tw.wordpress.org/plugins/customizer-export-import/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/customizer-export-import/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/customizer-export-import/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/customizer-export-import/#developers)

 [技術支援](https://wordpress.org/support/plugin/customizer-export-import/)

## 外掛說明

#### Customizer Export/Import

Customizer Export/Import 外掛能讓網站管理員直接在 WordPress 外觀自訂器介面中，直接
匯出或匯入外觀自訂器的設定。如果網站使用的佈景主題採用 WordPress 外觀自訂器進行相關
設定，那這款外掛就非常適合。

如需更多資訊，請閱讀我們部落格上的〈[Customizer Export/Import 外掛](https://www.wpbeaverbuilder.com/wordpress-customizer-export-import-plugin/?utm_source=external&utm_medium=wp-repo&utm_campaign=customizer-export-description)〉
這篇文章。

#### 全新的匯出設定

Customizer Export/Import 外掛以前只能匯出使用 [get_theme_mods](https://codex.wordpress.org/Function_Reference/get_theme_mods)
函式的佈景主題模組所儲存的選項設定，無法匯出其他設定，而現在這個外掛能將佈景主題
儲存的選項設定全部匯出。

#### 運作方式

匯出外觀自訂器設定十分簡單。在外觀自訂器中按一下 [匯出佈景主題設定]，便會為所有設定
自動產生一個新檔案，並要求使用者進行下載並加以儲存。匯出檔會以使用中的佈景主題名稱
加以命名，且僅能在同一個佈景主題或其子佈景主題中匯入設定。匯出檔包含了一個使用 [get_theme_mods](https://codex.wordpress.org/Function_Reference/get_theme_mods)
函式或外觀自訂器設定的序列化模組傾印。

匯入外觀自訂器設定十分簡單。選取要匯入的設定匯出檔，並選擇是否要下載並匯入圖片 (
類似匯入文章時的操作)，最後按一下 [匯入佈景主題設定] 便能完成。匯入設定後，頁面會
重新整理，並呈現新設定所帶來的設計變更。

#### 匯出自訂設定

開發人員可以使用任意選項，且這些選項可以不是外觀自訂器使用 cei_export_option_keys
篩選器匯出的選項設定。透過過將選項設定值加入需要匯出的選項設定陣列 (範例如下所示)，
便可以匯出及匯入這些選項設定。

    ```
    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' );
    ```

#### 已知問題

這款外掛僅適用於使用中的佈景主題，並不適用於在 Theme Test Drive 外掛中進行測試或
在外觀自訂器中進行預覽的佈景主題。

#### 如何做出貢獻

我們很樂意聽到使用者的回應，告訴我們如何改進 Customizer Export/Import 外掛，或看見
佈景主題開發者積極貢獻的內容！不要猶豫，快讓我們知道你有興趣參與，我們很樂意讓其他
人加入。

Customizer Export/Import 外掛由 [Beaver Builder](https://www.wpbeaverbuilder.com/?utm_source=external&utm_medium=wp-repo&utm_campaign=customizer-export-description)
開發團隊所開發。

## 螢幕擷圖

 * [[
 * 外觀自訂器中的匯出/匯入區段

## 安裝方式

 1. 網站管理員可以透過 WordPress 外掛目錄安裝 Customizer Export/Import 外掛，或是透過
    將解壓縮的外掛目錄及其所有檔案上傳至 `wp-content/plugins` 以進行安裝。
 2. 外掛啟用後，[匯入/匯出佈景主題設定] 功能會立即生效，並在 WordPress 的外觀自訂器
    中自成一個區段。

## 常見問題集

如需更多資訊，請閱讀〈[Customizer Export/Import 外掛](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/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/) 2025 年 7 月 10 日

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/) 2025 年 1 月 22 日

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/) 2024
年 12 月 17 日

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/) 2024 年 10 月 15 日

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/) 2024 年 9 月 11 日

Works fine!

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

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-10454/)󠁿

 [Lobby13](https://profiles.wordpress.org/lobby13/) 2024 年 7 月 21 日

Exactly what we needed — Alante theme latest as of this date and WP 6.6. Thank you!

 [ 閱讀全部 115 則使用者評論 ](https://wordpress.org/support/plugin/customizer-export-import/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Customizer Export/Import〉的開發相關工作。

參與者

 *   [ 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/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/customizer-export-import/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/customizer-export-import/)。

## 變更記錄

#### 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.

## 中繼資料

 *  版本 **0.9.8**
 *  最後更新 **4 個月前**
 *  啟用安裝數 **100,000+**
 *  WordPress 版本需求 ** 3.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  語言
 * [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://tw.wordpress.org/plugins/tags/customizer/)[customizer export](https://tw.wordpress.org/plugins/tags/customizer-export/)
   [customizer import](https://tw.wordpress.org/plugins/tags/customizer-import/)
   [export](https://tw.wordpress.org/plugins/tags/export/)[import](https://tw.wordpress.org/plugins/tags/import/)
 *  [進階檢視](https://tw.wordpress.org/plugins/customizer-export-import/advanced/)

## 評分

 4.8 星，滿分為 5 星

 *  [  108 個 5 星使用者評論     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=5)
 *  [  1 個 4 星使用者評論     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/customizer-export-import/reviews/?filter=2)
 *  [  5 個 1 星使用者評論     ](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/)