Title: wp_login &#8211; second parameter missing
Last modified: August 22, 2016

---

# wp_login – second parameter missing

 *  [Philipp Stracker](https://wordpress.org/support/users/strackerphil-1/)
 * (@strackerphil-1)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wp_login-second-parameter-missing/)
 * Pie Register triggers the WordPress action `wp_login` at some points.
 * I’ve noticed that the action is called like this:
    `do_action( 'wp_login', $user-
   >user_login )`
 * This causes an error in other plugins (namely Protected Content by WPMU Dev),
   because the wp_login should be called with 2 parameters.
 * I suggest to update the plugin to call the hook like this:
    `do_action( 'wp_login',
   $user->user_login, $user )`
 * According to the Codex:
    [codex.wordpress.org/Plugin_API/Action_Reference/wp_login](http://codex.wordpress.org/Plugin_API/Action_Reference/wp_login)
 * > This hook provides access to two parameters: $user->user_login (string) and
   > $user ( WP_User )
 * [https://wordpress.org/plugins/pie-register/](https://wordpress.org/plugins/pie-register/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wp_login-second-parameter-missing/#post-5654173)
 * Hello,
 * This issue has been resolved in our next release(2.0.15) which is currently in
   development. If you do not wait you may still download it from the repo:
    [https://downloads.wordpress.org/plugin/pie-register.2.0.15.zip](https://downloads.wordpress.org/plugin/pie-register.2.0.15.zip)
 * Please note this release is not tested so please install first on Test Site prior
   to moving on Production.
 * Thanks and Best Regards

Viewing 1 replies (of 1 total)

The topic ‘wp_login – second parameter missing’ is closed to new replies.

 * ![](https://ps.w.org/pie-register/assets/icon-256x256.png?rev=2467686)
 * [Pie Register – User Registration, Profiles & Content Restriction](https://wordpress.org/plugins/pie-register/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pie-register/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pie-register/)
 * [Active Topics](https://wordpress.org/support/plugin/pie-register/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pie-register/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pie-register/reviews/)

## Tags

 * [wp_login](https://wordpress.org/support/topic-tag/wp_login/)

 * 1 reply
 * 2 participants
 * Last reply from: [genetech](https://wordpress.org/support/users/genetech/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/wp_login-second-parameter-missing/#post-5654173)
 * Status: not resolved