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.


Top ↑

Parameters Parameters

$forced

(null|bool) The forced status. If null, the default status derived from the gateway options will be used.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.