Example#
{{ if registration_open }} <a href="{{ auth_register_url }}">Register</a>{{ /if }}Use it with {{ registration_open }} when registration should only be shown if WordPress allows it.
Variables
{{ auth_register_url }} prints the registration URL.
{{ if registration_open }} <a href="{{ auth_register_url }}">Register</a>{{ /if }}Use it with {{ registration_open }} when registration should only be shown if WordPress allows it.