WordPress Membership Plugin
Yeah, i’m kinda stupid
<a href="<?php echo swpm_alr_after_login_url($after_login_page_url); ?>">My Profile</a>
Oh my, it cleared it all.
The example was:
““>My Profile“
For guys who still have the same problem.
This works for me:
“>My Profile
I put this into my widget but for that you should enable the opportunity to use php code in your widget area. Here’s the explanation : http://www.emanueleferonato.com/2011/04/11/executing-php-inside-a-wordpress-widget-without-any-plugin/
Also you should follow the update documentation as in previous version the function was “swpm_after_login_url” and not “swpm_alr_after_login_url”.
Hope this help anyone.