WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Beaver Builder v0.9.8

Customizer Export/Import

Easily export or import your WordPress customizer settings!

Customizer Export/Import

The facts

Rating
4.8★ from 115
Active installs
100k+
Price
Free
Last updated
16 Jun 2026
Added
Dec 2014
Requires WP
3.6
Tested up to
WP 7.0.4
Downloads
2,824,171

Our analysis

AI-assisted

The Customizer Export/Import plugin allows you to easily export and import WordPress customizer settings directly from the customizer interface. It is designed for themes that utilise the WordPress customizer for their settings, enabling users to manage their theme configurations efficiently.

With this plugin, you can export settings as a file named after your theme, which can then be imported back into the same theme or child theme. It supports exporting both theme mods and custom options, making it suitable for developers who need to manage custom settings.

Best for: This plugin is suitable for WordPress users and developers who frequently manage theme customizer settings.

What it does well

  • Allows export and import of customizer settings
  • Supports exporting settings saved as options
  • Easy to use from within the customizer interface
  • Developers can export custom options using filters
  • Free to use from the WordPress.org directory

Where it falls short

  • Only works for active themes, not previewed themes
  • Limited information on additional features or support

Verdict

The Customizer Export/Import plugin provides a straightforward solution for managing customizer settings, making it a useful tool for theme developers and site owners alike.

From the developer

Beaver Builder's own description of Customizer Export/Import, lightly tidied.

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.

New! Export Options

The Customizer Export/Import plugin previously only exported options saved as theme mods using the 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 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.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for moving data.

Members

Members

94

The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you rest...

Free 300k+ installs 4.9★ (1,274)
Easy Updates Manager

Manage all your WordPress updates, including individual updates, automatic updates, logs, and loads more. This...

Free 300k+ installs 4.8★ (725)
Redux Framework

Redux is a simple, truly extensible, and fully responsive options framework for WordPress themes and plugins....

Free 900k+ installs 4.4★ (273)
PrettyLinks

🌠 Shorten, brand, and track any URL on your own domain. Keep your links — and your data — where they belong....

Free 200k+ installs 4.8★ (1,317)
Ninja Forms

The 100% beginner friendly WordPress form builder. Drag & drop form fields to build beautiful, professiona...

Free 600k+ installs 4.4★ (1,395)