apply_filters( 'llms_log_message', mixed $message , string $handle )
Filter a log message before it’s written to the logger.
Description Description
Parameters Parameters
- $message
-
Data to log.
- $handle
-
Allow creation of multiple log files by handle.
Source Source
File: includes/functions/llms.functions.log.php
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Introduced. |