I wanted to put a logout button in my header as well. So when a user is logged into my website they can directly log out from the header instead of going to my account page and logging out from there.
B2BKing doesn't have such a functionality - we feel that this is a general WooCommerce function, while our plugin aims to do only things that are very specifically B2B/Wholesale only.
If you are comfortable working with code / code snippets, you can add a logout button anywhere in the site, by using a hook and adding the following snippet:
Hi
I wanted to put a logout button in my header as well. So when a user is logged into my website they can directly log out from the header instead of going to my account page and logging out from there.
Is it possible to do this.
Thank you.
Hi Ranjay,
Thank you for purchasing our plugin,
B2BKing doesn't have such a functionality - we feel that this is a general WooCommerce function, while our plugin aims to do only things that are very specifically B2B/Wholesale only.
If you are comfortable working with code / code snippets, you can add a logout button anywhere in the site, by using a hook and adding the following snippet:
For example, if you use the Storefront theme, and want to add the button before the header, you can use the "storefront_before_header" hook
The final code is:
Kind regards,
Stefan