my psyborg®
psyborg® Manager is a white label WordPress plugin that transforms every client site into a branded, managed experience. Custom login, admin branding, live blog feed and client dashboard … built security-first and deployed across psyborg® websites. Part mind. Part machine.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/we-are-psyborg/my-psyborg/archive/refs/heads/main.zipClient portal and site management plugin by psyborg®.
Description
my psyborg® is a client portal and site management plugin for WordPress websites managed by psyborg®.
Features
- Custom login logo and background image
- Admin footer replacement with psyborg® branding
- Remove WordPress branding from admin bar
- Hide admin menus from non-administrators
- Custom dashboard widget with psyborg® blog feed
- Maintenance / coming soon page
- Custom admin colour scheme
- my psyborg® page with welcome content and latest blog articles
Installation
- Upload
my-psyborg.zipvia WordPress Admin → Plugins → Add New → Upload Plugin - Activate the plugin
Maintenance Mode
To toggle maintenance mode via WP-CLI or a mu-plugin:
```php update_option( 'psyborg_maintenance_mode', true ); // on update_option( 'psyborg_maintenance_mode', false ); // off ```
Changelog
1.4.0
- Rebranded from psyborg® Manager to my psyborg®
- Plugin folder renamed from psyborg-manager to my-psyborg
- Text domain updated to my-psyborg
- Positioned as client portal … WHMCS and cPanel integration planned
1.3.0
- Security hardening … escaping applied throughout all files
- GPL licence added
- Nonce groundwork in place for future interactive features
1.2.0
- my psyborg® page added with two-column layout
- Login redirect to my psyborg® on login
- Real psyborg® logos integrated
1.1.0
- Blog feed widget added with 6 articles and thumbnails
1.0.0
- Initial release
License
This plugin is licensed under the GPL-2.0-or-later. See https://www.gnu.org/licenses/gpl-2.0.html for details.