HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Apache24/htdocs/wp-content/themes/appointment-dark/admin/tab-pages/support.php
<?php
/**
 * Support
 */
?>

<div id="support" class="appointment-dark-tab-pane panel-close">
<div class="container-fluid">
	<div class="row">
	<div class="col-md-6">
	<div class="appointment-dark-tab-support">
		<h3><i class="dashicons dashicons-sos"></i> <?php esc_html_e( 'Contact Support','appointment-dark' ); ?></h3>
		<p><?php esc_html_e( 'We want to make sure you have the best experience using this theme, and that is why we have gathered all the necessary information here for you. We hope you will enjoy using this theme as much as we enjoy creating great products.','appointment-dark' ); ?></p>
		<p><a target="_blank" href="<?php echo esc_url('https://wordpress.org/support/theme/appointment-dark/'); ?>" class="button button-primary"><?php esc_html_e( 'Contact Support','appointment-dark' ); ?></a></p>
	</div>
	</div>
	
	
	<div class="col-md-6">
	<div class="appointment-dark-tab-support">
		<h3><i class="dashicons dashicons-portfolio"></i> <?php esc_html_e( 'Changelog','appointment-dark' ); ?></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.', 'appointment-dark' ); ?></p>
		<p><a target="_self" href="#changelog" class="appointment-dark-changelog-class"><?php esc_html_e( 'Changelog','appointment-dark' ); ?></a></p>
	</div>
	</div>
	<div class="clearfix"></div>
</div>	
</div>
</div>