This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 ) ); | |
} |