LLMS_Engagements::log( mixed $log )
Log debug data to the WordPress debug.log file
Description Description
Parameters Parameters
- $log
-
(mixed) (Required) data to write to the log
Return Return
(void)
Source Source
File: includes/class.llms.engagements.php
public function log( $log ) { if ( $this->debug ) { llms_log( $log, 'engagements' ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.7.9 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: