Working on wordpress multisite for plugin relation to user table
We have one Global variable which will show all the (global $wpdb;) database related object. I have to show all global user for the global user relational plugin.
global $wpdb;echo $wpdb->base_prefix;
/* This is the name of our global prefix table name*/