Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created September 14, 2020 17:25
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 djrmom/7b79b75004cba65691b4527918db5170 to your computer and use it in GitHub Desktop.
Save djrmom/7b79b75004cba65691b4527918db5170 to your computer and use it in GitHub Desktop.
facetwp don't load facetwp conditional assets
<?
/**
** keeps facetwp conditional's frontend assets from loading
**/
add_action( 'wp_footer', function() {
wp_dequeue_style( 'fwpcl-front' );
wp_dequeue_script( 'fwpcl-front' );
}, 11 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment