Admin Buddy is a modular admin enhancement suite for WordPress. Each feature is an independent module you can enable or disable from the Setup screen. No feature runs unless you turn it on.
Modules included:
- White Label – rebrand the admin: custom greeting, agency name, sidebar logo, admin bar cleanup, dashboard widgets, hide update nags, footer text, and more
- Colours – apply a colour scheme to the entire WP admin, login page, and admin bar
- Login – style the WordPress login page with your brand
- Maintenance – Coming Soon and Maintenance mode with bypass URLs and emergency access
- SMTP – configure outgoing email with multiple provider presets and email logging
- User Roles – capability matrix editor with backup and restore
- Media Manager – organise the Media Library into nested, colour-coded folders, injected into the native Media Library and every page-builder media modal; drag files to folders, search and sort, and reorganise with a multi-select toolbar; optional two-step Media Trash (trash, restore, empty). Folders are standard WordPress terms, so they survive deactivation
- Quick Settings – one-click toggles for common WordPress housekeeping (disable feeds, emojis, XML-RPC, REST API, etc.)
Source Code
The complete source code is available at:
https://github.com/360igs/admin-buddy-free
The repository is published on each release and contains the exact files in the WordPress.org-hosted zip.
External services
The SMTP module can route outgoing WordPress email through a third-party SMTP server when the site administrator chooses to enable it.
The plugin does not include hardcoded connections to any specific email service. The administrator supplies the SMTP host, port, encryption setting, and credentials in the SMTP module’s settings. No data is sent to any external server until the administrator saves those credentials and an email is dispatched (either by WordPress itself or by the SMTP module’s “Send test email” button).
When email is sent, the recipient address, message body, and any attachments are transmitted to the SMTP server the administrator configured, using the credentials supplied. The plugin neither chooses the destination server nor stores credentials anywhere outside the local site database.
Because the destination is administrator-supplied, no fixed terms-of-service or privacy-policy link applies; the relevant policy is the one published by whichever SMTP provider the administrator chooses.
