احجز الآن مجانا
بحث
متقدم
testing

testing page             <?php 

    $res = $wpdb->get_results( “SELECT * FROM wp_users “);

  foreach ($res as $r){

    echo ‘<small>’;

        echo $r->display_name.'<br>’;

        echo ‘</small>’;}

      ?>