Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\CustomPostTypeSupportSettingsBox::label_id PHP Méthode

label_id() public méthode

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
Résultat string The ID of the primary form element.
    public function label_id()
    {
        return '';
    }