- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › php function for generating registration form for all membership levels
I need two php functions
1- php function which should get “Membership level ID” and generate form for that particular level and not for general registration.equivalent to following short code
[wp_eMember_registration_form_for level=39]
2-php function to upgrade membership to “given level” with redirection equivalent to following short code
[wp_eMember_upgrade_membership_level_to level=”2″ redirect_to=”url-of-the-page”]
please help in this regards
Thanks in advance
Have you tried using the do_shortcode() function?
do_shortcode(‘[wp_eMember_registration_form_for level=39]’);
do_shortcode(‘[wp_eMember_upgrade_membership_level_to level=”2″ redirect_to=”url-of-the-page”]’);