# 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

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

# 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

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

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.