[oregister_login]
Renders the full login form including social buttons, magic link option, and 2FA prompt.
[oregister_login]
[oregister_register]
Renders the registration form with all configured fields, CAPTCHA, and invitation code.
[oregister_register]
[oregister_profile]
Renders the user profile page. Reads ?user=username from the URL to show other users' profiles.
[oregister_profile]
[oregister_dashboard]
Renders the logged-in user dashboard with stats, activity feed, badges, and notifications. Redirects to login if not authenticated.
[oregister_dashboard]
[oregister_leaderboard]
Renders a leaderboard table. Cached for 5 minutes via transient.
[oregister_leaderboard type="xp" limit="10"]
| Attribute | Default | Options |
|---|---|---|
| type | xp | xp |
| limit | 10 | 1–50 |
[oregister_badges]
Renders a badge showcase for a user.
[oregister_badges user_id="123"]
| Attribute | Default | Description |
|---|---|---|
| user_id | current user | WP user ID to display badges for |
[oregister_member_only]
Wraps content so it only shows to logged-in users.
[oregister_member_only]
This content is for members only.
[/oregister_member_only]
