function display_wp_members_table() {
global $wpdb;
// Your custom table
$table_name = 'wrxvuxmy_wp_members';
$results = $wpdb->get_results("SELECT * FROM $table_name");
ob_start();
?>
| ID | Name | Category |
|---|---|---|
| id); ?> | name); ?> | category); ?> |
| No members found | ||
