Skip to content

Instantly share code, notes, and snippets.

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 foliovision/a0a6a52700f49f62982799caaa5beb94 to your computer and use it in GitHub Desktop.
Save foliovision/a0a6a52700f49f62982799caaa5beb94 to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_enqueue_scripts', 'tweak_fv_player_css_enqueue' );
function tweak_fv_player_css_enqueue() {
global $fv_fp;
if( method_exists( $fv_fp, 'css_enqueue' ) {
$fv_fp->css_enqueue(true);
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment