Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 1, 2020 17:19
Show Gist options
  • Select an option

  • Save ibndawood/a8a059cec67e285ae1a10bf48d350119 to your computer and use it in GitHub Desktop.

Select an option

Save ibndawood/a8a059cec67e285ae1a10bf48d350119 to your computer and use it in GitHub Desktop.
Electro v2 - Dequeue Dokan Fontawesome
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