Last active
June 24, 2022 08:20
-
-
Save kaskad88/1adff22fa3efed47bb47ce64f7633678 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
add_action( 'admin_enqueue_scripts', function() { | |
if ( wp_script_is( 'addify_ps-select2-js' ) && wp_script_is( 'cx-select2' ) ) { | |
wp_dequeue_script( 'addify_ps-select2-js' ); | |
} | |
}, 99 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment