WordPress Membership Plugin
Thank you. This is exactly was I was looking for. Now I am not sure if I can ask my next question here. I do not know how to link url to the last piece of code where it says “(profile-page-url)”
$account_page_url = SwpmSettings::get_instance()->get_value(‘profile-page-url’);
So maybe you could tell me how to change this value so user will be taken to other page instead of profile page.
Thank you in advance.
Mini login widget has shortcode: [swpm_mini_login]
(first heading in this article)
I want to modify it. Can You tell me where I can find the code? In which file? I want to remove “Profile” and replace it with “My Account”.
So after a member logins, mini login bar has two options available: profile and logout. I would like to remove “profile” and replace it with My Account words and link it to “my account” custom page.
Or if you can just tell me in which file I can access php code for the shortcode of mini login bar so I can try change it.
Thanks you.