The Meta Box User Profile extension is a professional-grade add-on for the Meta Box framework that allows you to move user management (registration, login, and profile editing) from the WordPress backend to the frontend.
The Meta Box User Profile extension is a professional-grade add-on for the Meta Box framework that allows you to move user management (registration, login, and profile editing) from the WordPress backend to the frontend.
This is EXACTLY the same product as distributed by the developer. Sales Page
WordPress Version: 6.5 or higher (tested up to 6.9.1).
PHP Version: 7.1 or higher (PHP 8.x recommended for performance).
Dependency: Requires the free core plugin to be installed and active.
License: GNU GPL v2+.
The plugin operates primarily through three specialized shortcodes that generate frontend forms:
[mb_user_profile_register]: Creates a user registration form.
[mb_user_profile_login]: Creates a login form.
[mb_user_profile_info]: Creates a profile editing form for logged-in users.
For developers, the plugin offers deep customization via PHP and shortcode attributes:
Custom Roles: You can specify the default role for new registrants (e.g., role="subscriber").
Email as Username: Option to allow users to register and log in using only an email address (email_as_username="true").
Validation: Supports custom validation rules for fields (requires the Meta Box Validation extension).
Styling: Generates clean HTML with specific IDs and classes, making it highly compatible with CSS frameworks like Bootstrap or Tailwind.