HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/www/wp-content/themes/businessexpo/inc/admin/tabs/support-and-review.php
<?php
/**
 * Getting Started Panel.
 *
 * @package businessexpo
 */
?>
<div id="support-and-review" class="panel-left">
			<div class="panel">
				<div class="panel-aside panel-column w-50">
					<h4><?php esc_html_e( 'Support', 'businessexpo' ); ?></h4>
					<p><?php esc_html_e( 'Still having a problem after using all the documentation? No Problem!! Our dedicated support team will help you to solve your problem. Hope you are enjoying our businessexpo theme.', 'businessexpo' ); ?></p>
					<a class="button button-primary" target="_blank" href="//wordpress.org/support/theme/businessexpo/" title="<?php esc_attr_e( 'Get Support', 'businessexpo' ); ?>"><?php esc_html_e( 'Get Support', 'businessexpo' ); ?></a>
				</div>
			   <div class="panel-aside panel-column w-50">
					<h4><?php esc_html_e( 'Leave us a review', 'businessexpo' ); ?></h4>
					<p><?php esc_html_e( 'If you are enjoying our businessexpo theme. So we will be waiting for your beautiful feedback. We will appreciate you with love.', 'businessexpo' ); ?></p>
					<a class="button button-primary" target="_blank" href="//wordpress.org/support/theme/businessexpo/reviews/#new-post" title="<?php esc_attr_e( 'Submit a review', 'businessexpo' ); ?>"><?php esc_html_e( 'Submit a review', 'businessexpo' ); ?></a>
				</div>
			</div>
</div>