Guest User

Untitled

a guest
Jan 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. wp_enqueue_style( 'villagio-style', get_stylesheet_uri(), array(),
  3. villagio_get_theme_version() );
  4. if ( is_plugin_active( 'motopress-hotel-booking/motopress-hotel-
  5. booking.php' ) ) {
  6. wp_enqueue_style( 'villagio-motopress-hotel-booking',
  7. get_template_directory_uri() . '/css/motopress-hotel-booking.css',
  8. array('villagio-style'), villagio_get_theme_version(), 'all' );
  9. }
Add Comment
Please, Sign In to add comment