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
| Name | Type | Description |
|---|---|---|
| $plugin | string | Plugin name. |
| $message | string | The logging message. |
| $message_type | int | The logging message type. |
| $enabled | bool | Whether logging to file is enabled for this plugin. |
Since
- next: next
Source
Defined in includes/logging/logging.php at line 562