• Hi,

    I’m using the following to display my login page in a child theme however the plugin isn’t adding in the Auth code field.

    Do I need to pass any additional args?

    $args = array( 	'redirect' => home_url().'/dashboard',
    					'label_username' => __( '' ),
           					 'label_password' => __( '' )
    					);
    			wp_login_form($args);
  • The topic ‘Using wp_login_form’ is closed to new replies.