سلام سربرگها نشون داده میشن اما اطلاعات جدول نشون داده نمیشه
get_results("select*drom{$wpdb->prefix}users"); $curent_plugin=get_option('is_plugin_ok'); if(isset($_POST['savesettings'])){ $is_plugin_active=isset($_POST['mycheckbox']) ?1:0; add_option('is_plugin_ok',$is_plugin_active); } include wf_tpl.'main.php'; } function abas(){ }
<table class="widefat">
<thead>
<tr>
<th>آیدی th>
<th> ایمیلth>
<th>یوزر لاگین شدهth>
tr>
thead>
<tbody>
foreach($samples as $sample):?>
<tr>
<td> echo $sample->ID;?>td>
<td> echo $sample->user_email;?>td>
<td> echo $sample->user_login;?>td>
tr>
endforeach;?>
tbody>
table>