Appearance
Replace URLs
Elementor Core AdvancedSites that change the URL, whether migrating to different domain or simple transfering from HTTP to HTTPs, need to update URLs in the database. Elementor has a tool that replaces old URLs with new URLs in all Elementor pages. The Elementor CLI replace-urls command will do exactly that.
Command
bash
wp elementor replace-urls <old> <new> [--force]Arguments
<old>
(Required) The old URL.
<new>
(Required) The new URL.
[--force]
(Optional) Suppress error messages.
Usage Examples
bash
wp elementor replace-urls http://elementor.com https://elementor.comThis command will replace all http://elementor.com HTTP URLs with https://elementor.com HTTPS URLs.
bash
wp elementor replace-urls http://elementor.com https://elementor.com --forceThis command will replace all http://elementor.com HTTP URLs with https://elementor.com HTTPS URLs, without throwing errors.