function student_dashboard_shortcode() {
if (is_user_logged_in()) {
$current_user = wp_get_current_user();
$user_id = $current_user->ID;
// استرجاع بيانات المستخدم
$user_courses = get_user_meta($user_id, 'enrolled_courses', true);
$subscription_status = get_user_meta($user_id, 'subscription_status', true);
ob_start();
?>
<div class="student-dashboard">
<h2>مرحبًا، <?php echo esc_html($current_user->display_name); ?>!</h2>
<p><strong>البريد الإلكتروني:</strong> <?php echo esc_html($current_user->user_email); ?></p>
<h3>الدورات المسجلة:</h3>
<ul>
<?php if (!empty($user_courses)) : ?>
<?php foreach ($user_courses as $course) : ?>
<li><?php echo esc_html($course); ?></li>
<?php endforeach; ?>
<?php else : ?>
<li>لم يتم تسجيلك في أي دورة حتى الآن.</li>
<?php endif; ?>
</ul>
<p><strong>حالة الاشتراك:</strong>
<?php echo $subscription_status ? 'نشط' : 'غير نشط'; ?>
</p>
</div>
<?php
return ob_get_clean();
} else {
return '<p>يجب عليك تسجيل الدخول للوصول إلى لوحة التحكم.</p>';
}
}
add_shortcode('student_dashboard', 'student_dashboard_shortcode');
Thank you
إتصل بنا
- info@english4us.co.uk
- Office 9110 182-184 High Street North, East Ham, London, United Kingdom, E6 2JA
- 96878233175+
- الشطر السابع زهراء المعادي - القاهرة - مصر
- +20 108 006 1036
تابعنا على مواقع التواصل الأجتماعى
All rights reserved for english4us-online website © 2024
اهلا بيك
1
Scan the code
Hello 👋
Can we help you!
Can we help you!
Open chat