HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/self/root/proc/thread-self/cwd/wp-content/themes/openmind/inc/get-started/get-started.php
<?php
add_action( 'admin_menu', 'openmind_getting_started' );
function openmind_getting_started() {
	add_theme_page( esc_html__('Openmind Theme', 'openmind'), esc_html__('Openmind Theme', 'openmind'), 'edit_theme_options', 'openmind-guide-page', 'openmind_test_guide');
}

// Add a Custom CSS file to WP Admin Area
function openmind_admin_theme_style() {
   wp_enqueue_style('custom-admin-style', esc_url(get_stylesheet_directory_uri()) . '/inc/get-started/get-started.css');
}
add_action('admin_enqueue_scripts', 'openmind_admin_theme_style');

// Guidline for about theme
function openmind_test_guide() { 
	// Custom function about theme customizer
	$return = add_query_arg( array()) ;
	$theme = wp_get_theme( 'openmind' );
?>
<div class="wrapper-info">
	<div class="intro row">
		<div class="col-lg-6">
			<h1 class="theme-title"><?php esc_html_e( 'Openmind WordPress Theme', 'openmind' ); ?> - <small> <?php echo esc_html($theme['Version']);?> </small></h1>
		
			<p><b><?php esc_html_e('Openmind Theme ','openmind'); ?></b><?php esc_html_e('is now installed and ready to use. We hope the following information will help and you enjoy using it!', 'openmind'); ?></p>
			<a class="bg-color-2 " href="<?php echo esc_url( openmind_PRO_DEMO ); ?>" target="_blank"><?php esc_html_e('Preview Theme', 'openmind'); ?></a>
			<a class="bg-color " href="<?php echo esc_url( openmind_BUY_NOW ); ?>" target="_blank"><?php esc_html_e('Upgrade to Pro', 'openmind'); ?></a>
		</div>
		<div class="col-lg-6">
			
			<div class="image_openmind"> 
			<img role="img" src="<?php echo esc_url(get_stylesheet_directory_uri()); ?>/assets/images/mockup.png" alt="" />
		</div>
		</div>
		
	</div>
	
	<div class="features">
		<div class="row">
		<div class="col">
		<h4><?php esc_html_e('Unlock Premium Features', 'openmind'); ?></h4>
				<p><?php esc_html_e('Unlock the full potential of your website with our Pro theme upgrade.', 'openmind'); ?></p>
				<a class="bg-color-3" href="<?php echo esc_url( openmind_BUY_NOW ); ?>" target="_blank"><?php esc_html_e('Upgrade Now', 'openmind'); ?></a>
		</div>
		<div class="col">
		<h4><?php esc_html_e('Only Company with 24h Chat Support & Email', 'openmind'); ?></h4>
				<p><?php esc_html_e('Enjoy the convenience of round-the-clock customer support with our 24-hour chat and email services. We\'re here for you whenever you need us.', 'openmind'); ?></p>
				
		</div>
		<div class="col">
		<h4><?php esc_html_e('+ 30 Costumized Patterns', 'openmind'); ?></h4>
				<p><?php esc_html_e('Explore our diverse range of over 30 unique patterns, designed to suit your style and preferences.', 'openmind'); ?></p>
				
		</div>
		<div class="col">
		<h4><?php esc_html_e('+20 Personalized Pages and Effects', 'openmind'); ?></h4>
				<p><?php esc_html_e('Transform your website with our selection of +20 personalized pages and effects, tailored to make your online presence truly stand out.', 'openmind'); ?></p>
				
		</div>
		</div>
		
	</div>

	
</div>
<?php } ?>