[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.218.94.236: ~ $
<?php
/**
 * Template part for displaying an events back link
 *
 * @package kadence
 */

namespace Kadence;

use function tribe_get_event_label_plural;
use function tribe_get_events_link;

$label = esc_html_x( 'All %s', '%s Events plural label', 'kadence' );
$events_label_plural = tribe_get_event_label_plural();
?>
<p class="tribe-events-back">
	<a href="<?php echo esc_url( tribe_get_events_link() ); ?>">
		&laquo; <?php printf( $label, $events_label_plural ); ?>
	</a>
</p>

Filemanager

Name Type Size Permission Actions
above_title.php File 439 B 0644
back_link.php File 480 B 0644
breadcrumb.php File 454 B 0644
categories.php File 1.56 KB 0644
category.php File 1.35 KB 0644
description.php File 408 B 0644
excerpt.php File 206 B 0644
info.php File 155 B 0644
meta.php File 11.27 KB 0644
search.php File 232 B 0644
title.php File 254 B 0644