Skip to content

Instantly share code, notes, and snippets.

@thaboklass
Last active June 16, 2021 22:42
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 thaboklass/cd604b2fe009fea031d8342ece822ac3 to your computer and use it in GitHub Desktop.
Save thaboklass/cd604b2fe009fea031d8342ece822ac3 to your computer and use it in GitHub Desktop.
<?php
/**
* Widget callback: registers RobberBaron.TV
* widget
*
* @param none
* @return none
*/
function robber_baron_tv_widget_reg() {
register_widget('robber_baron_tv');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment