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 '';
    }