Skip to content

Kit Export

Elementor Core Advanced

Exporting multiple individual templates is not an easy task. Elementor can export all of a site's content, templates, and site settings bundled as a kit. These kits can be exported from the admin panel or from the command line using the kit export command.

Command

bash
wp elementor kit export <file-path> [--include]

Arguments

<file-path>

(Required) A path to the kit file.

[--include]

(Optional) Data types to include in the export. Possible values are content, templates, site-settings. If this parameter won't be specified, all data types will be included.

Usage Examples

bash
wp elementor kit export path/to/export-file-name.zip

This command will export all site data to a specified file name.

bash
wp elementor kit export path/to/export-file-name.zip --include=site-settings,content

This command will export only the site settings and content to a specified file name.