Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\CustomPostTypeSupportSettingsBox::label_id PHP 메소드

label_id() 공개 메소드

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