wp-includes/general-template.php:430Retrieves the markup for an accessible toggle tip.
$contentstring$argsarrayoptionalarray()$idstringdefault: is a generated unique ID
$buttonstringdefault: standard button HTML
$labelstringdefault: 'Help', matching the default icon. Ignored for tooltips
$close_labelstringdefault: 'Close'
$iconstringdefault: 'dashicons-editor-help'. Should match the control's visible label
$classstringdefault: empty
stringfunction wp_get_toggletip( $content, $args = array() ) { $args['type'] = 'toggletip'; return wp_get_tooltip_helper( $content, $args );}Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-includes/general-template.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.