Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created July 4, 2021 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kreamweb/db45aa6046517552523014cd5dfdb0bd to your computer and use it in GitHub Desktop.
Save kreamweb/db45aa6046517552523014cd5dfdb0bd to your computer and use it in GitHub Desktop.
<?php
if( defined('YITH_YWRAQ_PREMIUM') ){
add_action('wp_footer','raq_script',9999);
function raq_script() { ?>
<script>
jQuery(document).ready(function($) {
$(document).on( 'touchstart', '#yith-ywraq-default-form .select2', function(){
var $t = $(this);
$t.click();
});
});
</script>
<?php
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment