Skip to content

Instantly share code, notes, and snippets.

@domantasg
Last active June 17, 2017 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domantasg/897e5a462aa4e9a2b89377e7ac5e862e to your computer and use it in GitHub Desktop.
Save domantasg/897e5a462aa4e9a2b89377e7ac5e862e to your computer and use it in GitHub Desktop.
function hstngr_register_widget() {
register_widget( 'hstngr_widget' );
}
add_action( 'widgets_init', 'hstngr_register_widget' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment