Hi Etoile,
Thanks for the prompt feedback! I ended up using separate pages to output the shortcode. Everything works as expected now.
As what Acedigitbits suggested, it’ll be great if there’s a way to detect a user’s last login session and time. Please let us know if a feature like this will be implemented in the near future.
Hi Etoile,
Thanks for following through. The following shortcodes that I’m trying to use together are as follows:
- [edit-profile]
- [account-details]
I think the best method at this point is to remove the toggable tabs and to replace them with a sidebar navigation.
Hi EtoileWebDesign,
Thank you for the prompt response and suggestion. I ended up with the exact provided solution above yesterday and it works as expected! I also forced a redirect to the home page.
For whoever is curious of the solution. I added the following code to my sign out page php file:
echo do_shortcode('[logout]');
wp_redirect(home_url());
exit;