LLMS_Abstract_Email_Provider
Description Description
Source Source
File: includes/abstracts/llms-abstract-email-provider.php
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |
Methods Methods
- __construct — Constructor.
- activate_already_installed_plugin — Determines if the plugin is already installed and activates it if it is
- add_settings — Add Settings.
- ajax_callback_remote_install — Ajax callback for installing the connector's plugin.
- can_remote_install — Determines if the current user can perform the remote installation.
- disable_other_providers — Automatically disables other providers when the current provider is connected.
- do_remote_install — Validate installation request and perform the plugin install or return errors.
- do_remote_install_success — Configures the response returned when `do_remote_install()` is successful.
- get_connect_setting — Retrieve the settings area HTML for the connect button
- get_description — Retrieve description text to be used in the settings area.
- get_title — Retrieve the connector's name / title.
- init — Initialize the Connector
- install — Install the plugin via the WP plugin installer.
- install_plugin — Install the plugin via the WP Plugin Repo.
- is_connected — Determines if connector plugin is connected for sending.
- is_installed — Determines if connector plugin is installed
- output_css — Deprecated. — deprecated
- should_output_inline — Determine if inline scripts and styles should be output.