Created
September 17, 2015 09:41
-
-
Save danielpowney/151dc2db3faa22542e1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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