[wp-hackers] Revised Login Form Complete!
Trevor Turk
trevorturk at yahoo.com
Wed Oct 4 19:20:32 GMT 2006
http://trac.wordpress.org/changeset/4339 = Awesome!!!
Is there a list of the new hooks or something? I'm trying to figure out how
I can add CSS... I'm looking for everything with do_action()...
Is this right...?
wp_logout
lost_password
login_head
lostpassword_post
retrieve_password
lost_password
lostpassword_form
password_reset
register_post
register_form
wp_authenticate
wp_login
login_form
...?
And can you use these to change the words output...?
apply_filters('login_headerurl', 'http://wordpress.org/')
apply_filters('login_headertitle', __('Powered by WordPress'))
apply_filters('login_message', $message)
apply_filters('login_errors', $errors)
I've never used that, but I'm guessing you can change them via a plugin or
what have you.
Thanks so very much :)
More information about the wp-hackers
mailing list