WP Manifestindependent plugin directory
manifest / builders / elementor-import-export

Elementor Import/Export

A simple plugin for exporting & importing page data for Elementor-edited pages.

by Mark Biek · github.com/markbiek/elementor-import-export

1stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/markbiek/elementor-import-export/archive/refs/heads/main.zip

Elementor Import/Export Tool

NOTE: This plugin is not affiliated with https://elementor.com/

This plugin can be used to export Elementor post data from one environment, then easily import it on another.

NOTE: Back up your database before performing any imports. This plugin is not responsible for any data loss.

The plugin adds the following wp cli command-line commands:

wp elementor-export {post_id}

Given a post/page ID, dump all Elementor-related post metadata to a file.

wp elementor-import {filename} {post_id}

Give the filename of an elementor-export file and a post/page ID, import the Elementor-related post metdata.