Created
January 19, 2020 10:01
-
-
Save ahmedeshaan/fdee83cf0091b7a07ee778fca462719c to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
add_filter( 'default_wvs_variation_attribute_options_html', function ( $default ) { | |
if ( is_ajax() && is_admin() ) { | |
return true; | |
} | |
return $default; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment