Created
July 24, 2015 14:07
-
-
Save woogist/365a4602018b6c1df39a to your computer and use it in GitHub Desktop.
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
$args = array( | |
// Enter the ID (post ID) of the plan to grant access to | |
'plan_id' => 253, | |
'user_id' => $user_id, | |
); | |
wc_memberships_create_user_membership( $args ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment