'',
'link' => '',
'tooltip' => '',
'style' => '',
'class' => '',
'target' => '',
), $params));
$out = '';
if ($type == 'link') {
$out = '' . do_shortcode($content) . '
';
} elseif ($type == 'button') {
$out = '';
}
if(EBS_TOOLTIP_TEMPLATE==''){
$out .= "
";
} else{
$out .= "
";
}
return $out;
}
ebs_backward_compatibility_callback('tooltip', 'osc_theme_tooltip');