For those who have a site with a user system, it is necessary to have a button or link for the user to finish the section.
Here we have 2 ways to do this, let's get to it.
1. Entering wapkiz and wapaxo code.
:site-logout:
This is the code that will automatically generate a link to end the section.
2. Entering the link.
In this second option, it is the same as above, only here we insert the url itself.
<a href="/site_logout.html">Logout</a>
After the end of the section, the user will be redirected to the initial page, page 0.
Have a good day.