add_filter( 'gform_user_registration_login_form_title', 'change_title', 10, 1 ); function change_title( $login_form_title ){ return 'Login'; }