Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 687 Bytes

File metadata and controls

25 lines (15 loc) · 687 Bytes

Library Import Dir

Importing templates one by one is time consuming. You can import all the templates in a directory at once. Elementor CLI library import-dir command will import all the template JSON files using the command line.

Command

wp elementor library import-dir <dir-path>

Arguments

<dir-path>

(Required) A path to the directory.

Usage Examples

wp elementor library import-dir path/to/custom-templates/

This command will import to the library all template JSON files in the path/to/custom-templates/ directory.