dbs = new WPDA_Remote_Database(); } public function show() { if ( !WPDA::current_user_is_admin() ) { if ( !is_admin() && !$this->send_feedback() ) { return; } $this->show_feedback( __( 'Not authorized', 'wp-data-access' ) ); return; } if ( is_admin() ) { $this->show_on_backend(); } else { $this->show_on_frontend(); } $this->add_client( 'de' ); } private function show_on_backend() { ?>

Data Explorer

dbs->show(); $this->show_on_frontend(); ?>