Skip to content

Instantly share code, notes, and snippets.

@thaboklass
Last active June 16, 2021 22:40
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/dd4e65047fb38cc3f8e4568b3eccb5ec to your computer and use it in GitHub Desktop.
Save thaboklass/dd4e65047fb38cc3f8e4568b3eccb5ec to your computer and use it in GitHub Desktop.
<?php
/**
* Load scripts
*
* Load all relevant styles and scripts - in this case we load just
* one stylesheet and two javascript files
*
* @param none
* @return none
*/
public function robber_baron_tv_load_scripts() {
wp_register_style('robber_baron_tv_widget_css', plugins_url('css/style.css', __FILE__));
wp_enqueue_style('robber_baron_tv_widget_css');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment