getKey() === SettingName::ONLOAD_CALLBACK) { return [OnloadCallback::class, 'sanitize']; } return 'sanitize_text_field'; } public function getValueType(): string { return 'string'; } public function render(): void { ?> getLabel(), $this->docs, $this->getKey()))(); ?> autofocus) echo "autofocus"; ?> value="getKey())); ?>" > description): ?>

description); ?>

type = $type; return $this; } public function autofocus(): self { $this->autofocus = true; return $this; } }