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.


Top ↑

Parameters Parameters

$disabled

(bool) Whether or not this class is disabled.


Top ↑

Source Source

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

View on GitHub



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.