LLMS_Engagements::log( mixed $log )

Log debug data to the WordPress debug.log file


Description Description


Parameters Parameters

$log

(mixed) (Required) data to write to the log


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.engagements.php

	public function log( $log ) {

		if ( $this->debug ) {

			llms_log( $log, 'engagements' );

		}

	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.9 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: