Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created April 18, 2020 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/8ae858b2f54706eff8c13ee0841e4348 to your computer and use it in GitHub Desktop.
Save vfontjr/8ae858b2f54706eff8c13ee0841e4348 to your computer and use it in GitHub Desktop.
<?php
/* Font Awesome Pro 5
* if using Atomic Blocks and not in the editor
* remove the plugin's Font Awesome Free styles
*/
if ( wp_style_is( 'atomic-blocks-fontawesome' ) ) {
wp_dequeue_style( 'atomic-blocks-fontawesome' );
wp_deregister_style( 'atomic-blocks-fontawesome' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment