Last active
November 16, 2016 16:44
-
-
Save jpen365/08d5bd1e05646490bdc9248d1cabc4f9 to your computer and use it in GitHub Desktop.
Create a new instance of WP_Widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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