Skip to content

Instantly share code, notes, and snippets.

@jpen365
Last active November 16, 2016 16:44
Show Gist options
  • Save jpen365/08d5bd1e05646490bdc9248d1cabc4f9 to your computer and use it in GitHub Desktop.
Save jpen365/08d5bd1e05646490bdc9248d1cabc4f9 to your computer and use it in GitHub Desktop.
Create a new instance of WP_Widget
<?php
class jpen_Example_Widget extends WP_Widget {
/**
* To create the example widget all four methods will be
* nested inside this single instance of the WP_Widget class.
**/
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment