LLMS_Abstract_Email_Provider::ajax_callback_remote_install()

Ajax callback for installing the connector’s plugin.


Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/llms-abstract-email-provider.php

	public function ajax_callback_remote_install() {

		$ret = $this->do_remote_install();
		ob_clean();
		wp_send_json( $ret, ! empty( $ret['status'] ) ? $ret['status'] : 200 );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.40.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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