403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.142
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/kadence/template-parts/title/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/kadence/template-parts/title/back_link.php
<?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>

Youez - 2016 - github.com/yon3zu
LinuXploit