Used to display content just before the login form.
Example:
function ag_rcp_before_login_form() { // this will be displayed just before the login form echo 'This is extra content'; } add_action( 'rcp_before_login_form', 'ag_rcp_before_login_form' );