Please log in to view your dashboard.
<div class="mlrc-card">
<h3>Your Member ID</h3>
<div style="border: 2px solid #2271b1; padding: 20px; border-radius: 8px; text-align: center; background: #f8f9fa;">
<p style="color: #646970; margin: 0 0 10px;">Member ID</p>
<p style="font-size: 2em; font-weight: 700; margin: 0; font-family: monospace;">USER-<?php echo str_pad( get_current_user_id(), 6, '0', STR_PAD_LEFT ); ?></p>
<p style="color: #646970; margin: 10px 0 0; font-size: 0.9em;"><?php echo esc_html( wp_get_current_user()->display_name ); ?></p>
</div>
</div>