Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\CustomPostTypeSupportSettingsBox::label_id PHP Method

label_id() public method

Returns the ID of the form element to be used by the label in order to make it accessible for screen readers.
Since: 3.0.0
public label_id ( ) : string
return string The ID of the primary form element.
    public function label_id()
    {
        return '';
    }