Awesome Support Developer Documentation

wpas_pre_register_account


Signature

do_action( 'wpas_pre_register_account', $user, $redirect_to, $data )

Typical Usage

This action hook is called before register account.
This hook is triggered all the time even if the checks don’t pass.

Parameters

  • $user: Array
  • $redirect_to: String
  • $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: