Skip to content

Instantly share code, notes, and snippets.

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/a1ad767b54933140d900c6fbc577d439 to your computer and use it in GitHub Desktop.
Save plugin-republic/a1ad767b54933140d900c6fbc577d439 to your computer and use it in GitHub Desktop.
<?php
/**
* Assign roles when status is set to completed
*/
add_action( 'woocommerce_order_status_completed', 'wcmo_assign_roles_after_purchase', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment