LLMS_SendWP::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/admin/class-llms-sendwp.php
const PARTNER_ID = 2007; /** * Connector's ID. * * @var string */ protected $id = 'sendwp'; /** * Configures the response returned when `do_remote_install()` is successful. * * @since 3.40.0 * * @return array */ protected function do_remote_install_success() { return array( 'partner_id' => self::PARTNER_ID,
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.36.1 | Introduced. |