/*!
Theme Name: Eduvalt
Theme URI: https://ifingerstudio.com/eduvalt/
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses & Education WordPress Theme
Version: 2.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduvalt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'Shabnam-FD';
  src: url('/assets/fonts/Shabnam-FD.woff2') format('woff2'),
       url('/assets/fonts/Shabnam-FD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Shabnam-FD', Tahoma;!important
}
add_filter('tutor_instructor_display_name', function($display_name, $user_id){
    $user_info = get_userdata($user_id);
    return $user_info->display_name; // نمایش نام عمومی به‌جای ایمیل
}, 10, 2);
