Function edd_record_log
Record a log entry
This is just a simple wrapper function for the log class add() function
Package: EDD\Logging
Copyright: Copyright (c) 2013, Pippin Williamson
License: GNU Public License
Since: 1.3.3
Uses:
Located at includes/class-edd-logging.php
Copyright: Copyright (c) 2013, Pippin Williamson
License: GNU Public License
Since: 1.3.3
Uses:
EDD_Logging::add()
Located at includes/class-edd-logging.php
Parameters summary
mixed |
$title = '' |
|
mixed |
$message = '' |
|
mixed |
$parent = 0 |
|
mixed |
$type = null |
Return value summary
integer
|
$log ID of the new log entry |