Skip to main content

customer_logout_link

string | customer_logout_link
returns string

Generates an HTML link to log the customer out of their account and redirect to the homepage.

{{ 'Log out' | customer_logout_link }}

Output

<a href="/account/logout" id="customer_logout_link">Log out</a>
Was this page helpful?