如何在登录页面上插入链接 时间:2013-09-08 作者:Ittirachen 我想在登录页面的登录按钮和密码字段之间插入一个链接,可以吗?如果可能,我需要钩住哪个动作? 1 个回复 SO网友:s_ha_dum 有一个钩子叫login_form 那就是placed where you need it.add_action( \'login_form\', function() { echo \'howdy ho!\'; } ); 结束 文章导航