B3 OnBoarding

Skip to content
  • Features
  • Demonstration
  • F.A.Q.
    • Actions
    • Filters
    • Functions
    • Knowledgebase
    • Support

b3_before_reject_user()

Description

This hook fires just before a user is deleted (and no more user data is available).

Only do stuff here, don't echo or return anything.

Arguments

  • $user_id
    (int) - The user ID of the user to reject (and delete).

Usage

  1. function b3_before_reject_user( $user_id ) {
  2.     // do stuff
  3. }
  4. add_action( 'b3_before_reject_user', 'b3_before_reject_user' );

Used in

  • includes/form-handling.php - line 624
  • includes/form-handling.php - line 634

Tags

  • account
  • activation
  • admin
  • registration
B3 Onboarding

Plugin info

Latest version: 3.8.2
Download it here.
Available in English and Dutch.

User menu

  • Login
  • Register
  • Lost password