Skip to content

Library Connect

Elementor Core Advanced

Connect a site to the Elementor library from the command line by simply providing a WordPress user and a connection token.

Command

bash
wp elementor library connect [--user] [--token]

Arguments

[--user]

(Optional) The user to connect. Accepts user id, user login name or an email.

[--token]

(Optional) A connect token from Elementor account dashboard.

Usage Examples

bash
wp elementor library connect --user=admin --token=xxx

This command will connect the WordPress admin user to the Elementor library .

Notes

Notes

This command is used by Elementor team to connect with Elementor servers in order to update the library using CLI for testing and debugging. For the moment, external developers cannot obtain the token.