Your IP : 18.222.112.116


Current Path : /var/www/html/wp-content/themes/church-event/vamtam/shortcodes/generator/
Upload File :
Current File : /var/www/html/wp-content/themes/church-event/vamtam/shortcodes/generator/tooltip.php

<?php
return 	array(
		"name" => "Tooltip",
		"value" => "tooltip",
		"options" => array(
			array(
				'name' => __('Tooltip content', 'church-event'),
				'id' => 'tooltip_content',
				'default' => '',
				'type' => 'textarea'
			),
			array(
				'name' => __('Tooltip trigger', 'church-event'),
				'id' => 'content',
				'default' => '',
				'type' => 'textarea'
			),
		),
	);