apply_filters( 'llms_log_message_string', string $message, string $handle )

Filter a log message before it’s written to the logger.


Description Description

This hook filters the log message in its final string format To filter the log message before string conversion, use llms_log_message.

See also See also


Top ↑

Parameters Parameters

$message

(string) Log message string.

$handle

(string) Allow creation of multiple log files by handle.


Top ↑

Source Source

File: includes/functions/llms.functions.log.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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