Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created December 10, 2014 15:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseeproductions/9ac665ddcdef95c8a2e5 to your computer and use it in GitHub Desktop.
Save jesseeproductions/9ac665ddcdef95c8a2e5 to your computer and use it in GitHub Desktop.
Add List Widget StyleSheet for the Events Calendar
/*
* Add List Widget StyleSheet for the Events Calendar
* The Events Calendar @3.9
*
*/
add_action( 'wp_print_styles', 'tribe_list_widget_stylesheet' );
function tribe_list_widget_stylesheet() {
wp_enqueue_style( 'widget-calendar-pro-style', TribeEventsPro::instance()->pluginUrl . 'resources/widget-calendar-full.css', array(), apply_filters( 'tribe_events_pro_css_version', TribeEventsPro::VERSION ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment