Awesome Support Developer Documentation

wpas_register_account_after


Signature

do_action( 'wpas_register_account_after', $user_id, $user, $data )

Typical Usage

This action hook is called after the user is successfully added to the database.

Parameters

  • $user_id: Integer
  • $user: Array
  • $data: Array

Located In

  • File: includes/functions-user.php
  • Function: wpas_register_account

First Available

Version: 3.0.1


More Topics In Action Hooks

Share: