add_section( Plugin::__('General'), Plugin::__('General settings for this plugin.') ); $this->add_field( 'text', Plugin::__('Text'), [ 'placeholder' => Plugin::__('Insert some text here...'), 'description' => Plugin::__('An example field.'), ] ); } } Settings::instance();