Login and Register Shortcode
-
I am trying to create login box and register link in shortcode function.
function add_login_form() { if(!is_user_logged_in()){ return wp_login_form(); } else { return; } }
So I get the login box but not sure how to add the bbpress register link if the user is not logged in. code where i want to add the register link along with the loginbox,not sure how to do that. Any pointers or suggestion in code?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.