Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created September 17, 2015 09:41
Show Gist options
  • Select an option

  • Save danielpowney/151dc2db3faa22542e1e to your computer and use it in GitHub Desktop.

Select an option

Save danielpowney/151dc2db3faa22542e1e to your computer and use it in GitHub Desktop.
<?php
function my_include_minus( $include_minus ) {
return false;
}
add_filter( 'mrp_rating_form_include_minus', 'my_include_minus', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment