LLMS_Abstract_Notification_Processor::__construct()
Constructor
Contents
Source Source
File: includes/abstracts/llms.abstract.notification.processor.php
public function __construct() { parent::__construct(); if ( ! defined( 'LLMS_NOTIFICATIONS_LOGGING' ) ) { define( 'LLMS_NOTIFICATIONS_LOGGING', true ); } $this->enable_logging = ( defined( 'LLMS_NOTIFICATIONS_LOGGING' ) && LLMS_NOTIFICATIONS_LOGGING ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |