File "event-log.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/admin-views/troubleshooting/event-log.php
File size: 542 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * View: Troubleshooting - Event Logs
 *
 * @since 4.14.2
 */

$error_log = tribe( Tribe__Log__Admin::class )->display_log();
?>
<div class="tribe-events-admin__troubleshooting-event-log-wrapper">
	<h3 class="tribe-events-admin__troubleshooting-title tribe-events-admin__recent-log">
		<?php esc_html_e( 'Event log', 'tribe-common' ); ?>
	</h3>
	<div class="tribe-events-admin__recent-log-filters-select-wrapper">
		<?php echo $error_log; // phpcs:ignore WordPress.Security.EscapeOutput,StellarWP.XSS.EscapeOutput ?>
	</div>
</div>