【发布时间】:2017-07-21 07:02:29
【问题描述】:
如何使用自定义链接重定向页面 例如:-
wc_get_template( 'myaccount/dashboard.php', array(
'current_user' => get_user_by( 'id', get_current_user_id() ),
) );
我在我的帐户页面中隐藏了 div。
<div class="alert success">
<span class="closebtn">×</span>
<strong>Registration Success!</strong> Check Email.
</div>
如果以下链接是,如何显示 div 按钮
[register->myaccount]
如果我使用另一个链接,比如
[login->myaccount]
div 将再次隐藏。 谢谢
【问题讨论】:
标签: php wordpress woocommerce url-redirection permalinks