Created
May 1, 2020 17:19
-
-
Save ibndawood/a8a059cec67e285ae1a10bf48d350119 to your computer and use it in GitHub Desktop.
Electro v2 - Dequeue Dokan Fontawesome
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
| add_action( 'wp_enqueue_scripts', 'ec_child_dequeue_scripts', 30 ); | |
| function ec_child_dequeue_scripts() { | |
| wp_dequeue_style( 'dokan-fontawesome' ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment