Example#
{{ if registration_open }} <a href="{{ auth_register_url }}">Create an account</a>{{ /if }}This value follows the WordPress membership setting.
Variables
{{ registration_open }} tells you whether WordPress user registration is enabled.
{{ if registration_open }} <a href="{{ auth_register_url }}">Create an account</a>{{ /if }}This value follows the WordPress membership setting.