Created
November 3, 2023 10:02
-
-
Save mircobabini/699e9458775f046e83c846123f3223aa 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 | |
add_action( 'wp_enqueue_scripts', function () { | |
wp_dequeue_style( 'wpml-legacy-horizontal-list-0' ); | |
wp_dequeue_style( 'wpml-menu-item-0' ); | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment