Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function eventscripts(){
- if( is_page(17) ){ // Load slider on home page
- wp_register_script('events-stuff', get_bloginfo('url') . '/wp-content/plugins/' . 'the-events-calendar/resources/tribe-events.min.js?ver=3.1');
- wp_enqueue_script('events-stuff' );
- wp_register_script('events-stuff-2', get_bloginfo('url') . '/wp-content/plugins/' . 'events-calendar-pro/resources/tribe-events-pro.min.js?ver=3.6.1');
- wp_enqueue_script('events-stuff-2' );
- }
- }
- add_action('wp_enqueue_scripts', 'eventscripts');
Advertisement
Add Comment
Please, Sign In to add comment