Warning: This method has been deprecated. Method to be made protected and should not be called publicly instead.

LLMS_SendWP::do_remote_install()

Validate installation request and perform the plugin install or return errors.


Description Description

This method overrides the parent in order to keep the method public to maintain backwards compatibility.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/admin/class-llms-sendwp.php

			'client_name'     => esc_url( sendwp_get_client_name() ),
			'client_secret'   => esc_url( sendwp_get_client_secret() ),
			'client_redirect' => esc_url( sendwp_get_client_redirect() ),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.40.0 Method to be made protected and should not be called publicly.
3.37.0 Sanitize URLS returned by SendWP functions and add nonce verification.
3.36.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.