Skip to content

Elementor Pro example #15

Open
Open
@MWDelaney

Description

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,
] );

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions