";
$script = '$( "' . $content . '" ).prependTo( "#customize-control-' . $args['settings'] . '" );';
}
self::$tooltip_script .= $script;
}
/**
* Format the script in a way that will be compatible with WordPress.
*/
public function enqueue_script() {
if ( ! self::$script_added && '' != self::$tooltip_script ) {
self::$script_added = true;
echo '';
}
}
}
}