Signature apply_filters( ‘wpas_new_user_notification’, $notify ); Typical Usage This filter can be used to return a boolean that turns on/off new user notification emails. First Available Version 3.2.0
Signature do_action( ‘wpas_insert_user_after’, $user_id, $args ); Typical Usage This action hook is called just after the account creation process First Available Version 3.2.0
Signature do_action( ‘wpas_insert_user_before’, $args ); Typical Usage This action hook is called just before the account creation process (but after all error checking has been completed and everything is good to go) First Available Version...
Signature $user_id = apply_filters( ‘wpas_register_account_errors’, $user_id, $args[‘first_name’], $args[‘last_name’], $args[‘user_email’] ); Typical Usage This filter can be used to perform custom checks on the data...
Recent Comments