Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created August 10, 2016 19:55
Show Gist options
  • Select an option

  • Save SeanChDavis/f68b45189b18665bba793eb8e9acdd4b to your computer and use it in GitHub Desktop.

Select an option

Save SeanChDavis/f68b45189b18665bba793eb8e9acdd4b to your computer and use it in GitHub Desktop.
EDD Reviews remove output from product page
<?php // DO NOT COPY THIS LINE
if ( function_exists( 'edd_reviews' ) ) {
remove_filter( 'the_content', array( edd_reviews(), 'load_frontend' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment