Skip to content

Instantly share code, notes, and snippets.

@AaronBowie
Created March 14, 2023 16:12
Show Gist options
  • Save AaronBowie/2f069518e623b52d99df5038f498f1e2 to your computer and use it in GitHub Desktop.
Save AaronBowie/2f069518e623b52d99df5038f498f1e2 to your computer and use it in GitHub Desktop.
Add user role to MOTO payment
function ag_custom_moto_roles( $allowed_roles ) {
return array( 'testing', 'administrator' );
}
add_filter( 'ag_moto_role', 'ag_custom_moto_roles' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment