Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created June 25, 2020 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/29a4520c3a17d7d124336d866b6f4842 to your computer and use it in GitHub Desktop.
Save plugin-republic/29a4520c3a17d7d124336d866b6f4842 to your computer and use it in GitHub Desktop.
<?php
/**
* Remove existing user roles if a user is assigned a new role when purchasing a product
*/
add_filter( 'wcmo_remove_existing_roles', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment