apply_filters( "llms_gateway_{$this->id}_logging_enabled", null|bool $forced )
Enables forcing the logging status for the gateway on or off.
Description Description
The dynamic portion of this hook, {$this->id}
, refers to the gateway’s ID.
Parameters Parameters
- $forced
-
(null|bool) The forced status. If
null
, the default status derived from the gateway options will be used.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |