Skip to main content

Action: gform_pre_log_message

Fires before a logging message is recorded regardless of whether logging is enabled. Useful for sending logs to other systems outside the file system.

Parameters

NameTypeDescription
$pluginstringPlugin name.
$messagestringThe logging message.
$message_typeintThe logging message type.
$enabledboolWhether logging to file is enabled for this plugin.

Since

  • next: next

Source

Defined in includes/logging/logging.php at line 562