Influenzic adds dedicated user-management pages to the WordPress admin under Influenzic → Users → Influencers and Influenzic → Users → Brands. These pages provide filters and data columns not available in the standard WordPress Users list.
The admin Influencers list with Influenzic-specific filter and column additions.
Influencer List Filters
| Filter | What It Does |
|---|---|
| Keyword search | Matches login, email, or display name |
| Platform | Shows only influencers with a connected account on the selected platform |
| Social status | Filter to: has social account, has pending social account, no social account |
| Email verification | Show only verified or unverified email accounts |
| Ban status | Show all, banned only, or active (not banned) users |
Wallet Balance Column
The standard WordPress Users list gains a sortable Wallet column showing each user’s current wallet balance. The list can be sorted ascending or descending by balance. A filter dropdown also allows showing only users with a balance above a set threshold.
Banning a User
- Open the user from the Influencers or Brands list.
- Click Ban User.
- Enter a mandatory reason (stored in
inzc_ban_reasonuser_meta and logged inwp_inzc_ban_log). - Optionally tick Block Appeal to prevent the user from submitting a support ticket appealing the ban.
- Confirm.
Cascade on ban:
- Brand banned: active campaigns are paused; sent/viewed invitations are voided and escrowed funds refunded.
- Influencer banned: pending/queued applications are withdrawn; sent/viewed invitations are voided and escrowed funds refunded to the brand.
In-flight projects are not cancelled automatically — use the dispute or project admin tools to handle them case by case.
Unbanning a User
Open the user and click Unban User. The ban meta is removed and the action is logged. The user can log in and access the platform again immediately. Previously voided invitations and withdrawn applications are not restored automatically.
inzc_user_banned fires with ($user_id, $admin_id, $reason, $appeal_blocked) after a ban. inzc_user_unbanned fires with ($user_id, $admin_id) after an unban.