HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/wp-content/themes/osmosis/content-none.php
<?php
/*
*	Template Content None
*
* 	@version	1.0
* 	@author		Greatives Team
* 	@URI		http://greatives.eu
*/


	$search_not_found_mode = grve_option( 'search_not_found_mode' );
?>
<article <?php post_class(); ?>>
	<div class="grve-post-content">
	
		<?php 
			if ('user_defined' == $search_not_found_mode ) {
				echo do_shortcode( grve_option( 'search_page_not_found_text' ) );
			} else {				
		?>
		<p class="grve-align-center grve-leader-text">
			<?php echo wp_kses_post( "Hey there mate!<br/>Your lost treasure is not found here...", 'osmosis' ); ?>
		</p>	
		<p class="grve-align-center">
			<?php esc_html_e( "Check again your spelling and rewrite the content you are seeking for in the search field.", 'osmosis' ); ?>
		</p>
		<?php	
			}			
		?>
		<div class="grve-widget">
			<?php get_search_form(); ?>
		</div>
	</div>
</article>