Replies: 0
Hello,
Can someone give me a hand. How can I make link clickable in mail template?
I’m looking that string:
<p><?php printf( __( ‘You can access your account area to view your orders and change your password here: %s.’, ‘woocommerce’ ), make_clickable( esc_url( wc_get_page_permalink( ‘myaccount’ ) ) ) ); ?></p>
Can I replace ‘myaccount’ with a custom url and if I can how should i do it?
Thanks in advance!
- This topic was modified 3 minutes ago by Froun.