Last active
June 30, 2020 18:58
-
-
Save gerrgg/a55243a603bdbbac734bd40bacbc84f2 to your computer and use it in GitHub Desktop.
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
<?php | |
// use woocommerce select2 | |
wp_enqueue_style('select2', WC()->plugin_url() . '/assets/css/select2.css' ); | |
wp_enqueue_script('select2', WC()->plugin_url() . '/assets/js/select2/select2.min.js', array('jquery') ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment