Skip to content

Instantly share code, notes, and snippets.

@cryptexvinci
Created September 30, 2019 02:17
Show Gist options
  • Save cryptexvinci/ecd81af7bf5f9edb96258160c80d4fd7 to your computer and use it in GitHub Desktop.
Save cryptexvinci/ecd81af7bf5f9edb96258160c80d4fd7 to your computer and use it in GitHub Desktop.
Allow multiple user reviews.
/* 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