Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elementor Pro example #15

Open
MWDelaney opened this issue Mar 17, 2023 · 0 comments · May be fixed by #20
Open

Elementor Pro example #15

MWDelaney opened this issue Mar 17, 2023 · 0 comments · May be fixed by #20

Comments

@MWDelaney
Copy link
Contributor

Making an issue to close later with relevant info from the plugin:

$url = 'https://my.elementor.com/api/v1/pro-downloads/';

$body_args = [
	'item_name' => self::PRODUCT_NAME,
	'version' => $version,
	'license' => Admin::get_license_key(),
	'url' => home_url(),
];

$response = wp_remote_post( $url, [
	'timeout' => 40,
	'body' => $body_args,
] );
@MWDelaney MWDelaney changed the title Elementor Pro support Elementor Pro example Mar 17, 2023
This was referenced May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant