'', 'link' => '', 'tooltip' => '', 'style' => '' ), $params)); $out = ''; if ($type == 'link') { $out = '' . $content . ' '; } elseif ($type == 'button') { $out = ''; } $out .= " "; return $out; } add_shortcode('tooltip', 'osc_theme_tooltip');