PHP 8.2.31
Preview: shortcodes.php Size: 981 B
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/shortcodes.php

<?php
	/*	
	*	Tourmaster Custom Shortcodes
	*	---------------------------------------------------------------------
	*/

	// quick search
	// [tourmaster_quick_search type="with-border" ]
	add_shortcode('tourmaster_quick_search', 'tourmaster_quick_search');
	if( !function_exists('tourmaster_quick_search') ){
		function tourmaster_quick_search( $atts, $content = null ){
			$action_url = tourmaster_get_template_url('search');

			ob_start();
?>
<form class="tourmaster-quick-search-shortcode tourmaster-form-field <?php
	if( !empty($atts['type']) && $atts['type'] == 'with-border' ){
		echo 'tourmaster-with-border ';
	}
?>" action="<?php echo esc_attr($action_url); ?>" type="GET" >
	<input name="tour-search" type="text" value="" placeholder="<?php echo esc_html__('Quick Search', 'tourmaster'); ?>" />
	<input type="submit" value="<?php echo esc_html__('Search', 'tourmaster'); ?>" />					
</form> 
<?php
			$ret = ob_get_contents();
			ob_end_clean();

			return $ret;
		}
	}

Directory Contents

Dirs: 6 × Files: 15

Name Size Perms Modified Actions
authorize DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
css DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
images DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
js DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
paymill DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
stripe DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
27.41 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
6.40 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
12.82 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
46.70 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
15.85 KB lrw-r--r-- 2024-05-28 15:48:44
Edit Download
40.07 KB lrw-r--r-- 2024-05-28 15:48:44
Edit Download
92.40 KB lrw-r--r-- 2024-05-28 15:48:44
Edit Download
12.14 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
24.91 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
3.44 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
981 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download
9.55 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
15.77 KB lrw-r--r-- 2024-05-28 15:48:44
Edit Download
48.40 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
27.68 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).