Skip to content

Instantly share code, notes, and snippets.

View unikforceit's full-sized avatar
🏠
Working from home

Md Rakibul Islam unikforceit

🏠
Working from home
View GitHub Profile
@unikforceit
unikforceit / Tutor LMS all instructors
Created December 21, 2020 07:14
WordPress plugins LMS tutor all instructor show in the page as loop.
<?php
$instructors = get_users('role=tutor_instructor');
foreach ($instructors as $author) {
$instructor_name = '<h3 class="name">'.$author->display_name.'</h3>';
$profile_image = '<div class="auth-avatar"><img src="'.get_avatar_url( $author->ID ).'"></div>';
$output.= '
<div class="instructors_loop">
<div class="inner">