Created
November 16, 2016 03:59
-
-
Save jpen365/72b391794db2f12b00f3dc9aa1d8b53f to your computer and use it in GitHub Desktop.
Empty widget() method of WP_Widget class
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 | |
function widget( $args, $instance ) { | |
// All widget output will go here | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment