edd_record_log( string $title = '', string $message = '', int $parent, null $type = null )

Record a log entry


Description Description

This is just a simple wrapper function for the log class add() function


Parameters Parameters

$title

(Optional)

Default value: ''

$message

(Optional)

Default value: ''

$parent

(Required)

$type

(Optional)

Default value: null


Top ↑

Return Return

(mixed) ID of the new log entry


Top ↑

Source Source

File: includes/class-edd-logging.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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