Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
jesseeproductions / ecp-list-widget
Created December 10, 2014 15:38
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 ) );
}