add checkout link to book club header
This commit is contained in:
@ -43,7 +43,7 @@ $checkout_url = add_query_arg(
|
|||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="<?= get_theme_file_uri('/assets/images/profile-button.svg'); ?>">
|
<img src="<?= get_theme_file_uri('/assets/images/profile-button.svg'); ?>">
|
||||||
</a>
|
</a>
|
||||||
<a class="join-us-cta btn btn--solid" href="">Junta-te ao clube</a>
|
<a class="join-us-cta btn btn--solid" href="<?= esc_url($checkout_url); ?>">Junta-te ao clube</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user