Carbon_Fields\Field\Html_Field::get_label PHP Метод

get_label() публичный Метод

The label for the HTML field is hidden by design.
public get_label ( ) : string
Результат string
    public function get_label()
    {
        return '';
    }