Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_SendWP::install()
Install / Activate SendWP plugin.
Contents
Return Return
(WP_Error|true)
Source Source
File: includes/admin/class-llms-sendwp.php
e.preventDefault(); LLMS.Spinner.start( jQuery( this ), 'small' ); var data = { action: 'llms_sendwp_remote_install', _llms_sendwp_nonce: '<?php echo wp_create_nonce( 'llms-sendwp-install' ); ?>', }; window.llms.emailConnectors.remoteInstall( jQuery( this ), data, function( res ) { window.llms.emailConnectors.registerClient( res.register_url, { client_name: res.client_name, client_secret: res.client_secret, client_redirect: res.client_redirect, partner_id: res.partner_id, } ); } ); } ); </script> <?php } } return new LLMS_SendWP();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.36.1 | Introduced. |