Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Last active February 14, 2020 08:42
Show Gist options
  • Save kreamweb/4de8ce1f78428a495506ea1068cc6e27 to your computer and use it in GitHub Desktop.
Save kreamweb/4de8ce1f78428a495506ea1068cc6e27 to your computer and use it in GitHub Desktop.
<?php
if (defined('YITH_POS_VERSION')) {
add_action( 'wp_enqueue_scripts', 'yith_pos_add_new_stylesheet', 12 );
function yith_pos_add_new_stylesheet(){
global $yith_pos_styles;
wp_enqueue_style('yith-pos-override-frontend', get_stylesheet_directory_uri().'/pos.css', array('yith-pos-frontend'), YITH_POS_VERSION);
yith_pos_enqueue_style('yith-pos-override-frontend');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment