HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/londonsportsforum.org.uk/public_html/wp-content/themes/wallstreet/admin/tab-pages/support.php
<?php
/**
 * Support
 */
?>
<div id="support" class="wallstreet-tab-pane panel-close">
	<div class="container-fluid">
		<div class="row">
			<div class="col-md-4">
				<div class="wallstreet-tab-support">
					<h3><i class="dashicons dashicons-sos"></i> <?php esc_html_e( 'Contact Support','wallstreet' ); ?></h3>
					<p><?php esc_html_e( 'We want to make sure you have the best experience using wallstreet theme, and that is why we have gathered all the necessary information here for you. We hope you will enjoy using wallstreet theme as much as we enjoy creating great products.','wallstreet' ); ?></p>
					<p><a target="_blank" href="<?php echo esc_url('https://wordpress.org/support/theme/wallstreet/'); ?>" class="button button-primary"><?php esc_html_e( 'Contact Support','wallstreet' ); ?></a></p>
				</div>
			</div>
			<div class="col-md-4">
				<div class="wallstreet-tab-support">
					<h3><i class="dashicons dashicons-book-alt"></i> <?php esc_html_e( 'Documentation','wallstreet' ); ?></h3>
					<p><?php esc_html_e( "Need more details? Please check our full documentation for detailed information on how to use wallstreet.","wallstreet" ); ?></p>
					<p><a target="_target" href="<?php echo esc_url('https://help.webriti.com/themes/wallstreet/wallstreet-wordpress-theme/'); ?>" class=""><?php esc_html_e( 'Read full documentation','wallstreet' ); ?></a></p>
				</div>
			</div>
			<div class="col-md-4">
				<div class="wallstreet-tab-support">
					<h3><i class="dashicons dashicons-portfolio"></i> <?php esc_html_e( 'Changelog','wallstreet' ); ?></h3>
					<p><?php esc_html_e( 'Want to get the gist on the latest theme changes? Just consult our changelog below to get a taste of the recent fixes and features implemented.', 'wallstreet' ); ?></p>
					<p><a target="_self" href="#changelog" class="wallstreet-changelog-class"><?php esc_html_e( 'Changelog','wallstreet' ); ?></a></p>
				</div>
			</div>
			<div class="clearfix"></div>
		</div>	
	</div>
</div>