Carbon_Fields\Field\Html_Field::get_label PHP Method

get_label() public method

The label for the HTML field is hidden by design.
public get_label ( ) : string
return string
    public function get_label()
    {
        return '';
    }