Skip to content

Instantly share code, notes, and snippets.

@jpen365
Created November 16, 2016 03:59
Show Gist options
  • Save jpen365/72b391794db2f12b00f3dc9aa1d8b53f to your computer and use it in GitHub Desktop.
Save jpen365/72b391794db2f12b00f3dc9aa1d8b53f to your computer and use it in GitHub Desktop.
Empty widget() method of WP_Widget class
<?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