Appearance
Library Sync
Elementor Core AdvancedElementor holds, locally, a list of available templates that can be downloaded from the Elementor template library. A transient is scheduled to synch the available templates every 12 hours. Elementor CLI library sync command triggers this sync from the cloud using the command line.
Command
bash
wp elementor library sync [--force] [--network]Arguments
[--force]
(Optional) Force library sync even if it looks like the library is already up to date.
[--network]
(Optional) Sync library for each site in the network.
Usage Examples
bash
wp elementor library syncThis command will sync the library with Elementor cloud library.
bash
wp elementor library sync --forceThis command will sync the library with the Elementor cloud library even if it appears that the library is already up to date.
bash
wp elementor library sync --networkThis command will sync the libraries of each site on the network with the Elementor cloud library.