Skip to main content

gform_tooltip()

function gform_tooltip( $name, $css_class='', $return=false )

Displays the tooltip

Source: tooltips.php:191

Parameters

NameTypeDefaultDescription
$namestringThe name of the tooltip to be displayed
$css_classstring''Optional. The CSS class to apply toi the element. Defaults to empty string.
$returnboolfalseOptional. If the tooltip should be returned instead of output. Defaults to false (output)

Returns

  • string