File "recent-template-changes.php"

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

<?php
/**
 * View: Troubleshooting - Recent Template Changes
 *
 * @since 4.14.2
 */

$template_changes = Tribe__Support__Template_Checker_Report::generate();
?>
<h3 class="tribe-events-admin__troubleshooting-title">
	<?php esc_html_e( 'Recent template changes', 'tribe-common' ); ?>
</h3>
<div class="tribe-events-admin__recent-template-changes">
	<?php echo $template_changes; // phpcs:ignore WordPress.Security.EscapeOutput,StellarWP.XSS.EscapeOutput ?>
</div>