apply_filters( "llms_disable_{$this->id}", bool $disabled )
Disable the Connector class and settings
Description Description
The dynamic portion of this filter, {$this->id}
, refers to the id of the email provider. See $this->providers
for a list of supported providers.
Parameters Parameters
- $disabled
-
(bool) Whether or not this class is disabled.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |