Created
September 30, 2019 02:17
-
-
Save cryptexvinci/ecd81af7bf5f9edb96258160c80d4fd7 to your computer and use it in GitHub Desktop.
Allow multiple user reviews.
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
/* Allow multiple reviews */ | |
add_filter( 'um_reviews_allow_multiple_reviews', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment