Action_Logger::retrieve( $limit,  $args = array() )

{@inheritDoc}

Contents


Source

File: src/Tribe/Log/Action_Logger.php

	public function retrieve( $limit = 0, array $args = array() ) {
		return [
			[
				'message' => __(
					'The Action Logger will dispatch any logging message using the "tribe_log" action writing, by ' .
					'default, to the PHP error log.',
					'tribe-common' )
			],
		];
	}

Top ↑

Changelog

Changelog
Version Description
4.9.16 Introduced.