jetpack_deleted_user, $deleted_user_id, $reassigned_user_id, $is_multisite

jetpack_deleted_user, $deleted_user_id, $reassigned_user_id, $is_multisite

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_deleted_user, $deleted_user_id, $reassigned_user_id, $is_multisite') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 447
    		 * @param int $deleted_user_id - ID of the deleted user.
    		 * @param int $reassigned_user_id - ID of the user the deleted user's posts are reassigned to (if any).
    		 * @param bool $is_multisite - Whether this site is a multisite installation.
    		 */
    		do_action( 'jetpack_deleted_user', $deleted_user_id, $reassigned_user_id, $is_multisite );
    	}
    
    	/**
    	 * Handler for user registration.
    	 *
    	 * @access public