Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GauravKhupse/c8ac64d94de499abd248e2662ffb6d6f to your computer and use it in GitHub Desktop.
Save GauravKhupse/c8ac64d94de499abd248e2662ffb6d6f to your computer and use it in GitHub Desktop.
Remove default rating
if ( defined( 'BSF_AIOSRS_PRO_VER' ) && class_exists( 'BSF_AIOSRS_Pro_Markup' ) ) {
$instance = BSF_AIOSRS_Pro_Markup::get_instance();
remove_filter( 'the_content', array( $instance, 'rating_markup' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment