Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Last active August 29, 2015 14:07
Show Gist options
  • Save igmoweb/d1adbda1a48caf118101 to your computer and use it in GitHub Desktop.
Save igmoweb/d1adbda1a48caf118101 to your computer and use it in GitHub Desktop.
<?php
function form($instance) {
?>
<p>
<label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?>
<input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="" />
</label>
</p>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment