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.
Return Return
(array)
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() ), ); }
Expand full source code Collapse full source code View on GitHub
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. |