Created
December 10, 2014 15:38
-
-
Save jesseeproductions/9ac665ddcdef95c8a2e5 to your computer and use it in GitHub Desktop.
Add List Widget StyleSheet for the Events Calendar
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 ) ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment