Replies: 1
Hi, this is very cool plugin I have ever seen.
how to setup, if data is from $wpdb like below? Is
$fetchusers= $wpdb->get_results( “SELECT $table_user.user_id FROM $table_user WHERE $table_user.meta_key IN(‘$filter’) ORDER BY user_id DESC”, ARRAY_A);
foreach( $fetchusers as $value_user):
<tr><td>$value_user</td></tr>
endforeach;