function Overview() { ?> <p>This is a demo of the Settings API.</p> <?php } function Demo_Control() { $Demo_Vars = get_option('Demo_Vars'); ?> <input id="SampleValue" name="Demo_Vars[SampleValue]" class="regular-text" value="<?php echo $Demo_Vars['SampleValue']; ?>" /> <?php }