wpda_import ) { $this->wpda_import->add_button(); } ?>
dbname === $item[ $column_name ] ) { return "WordPress database ({$item[ $column_name ]})"; } } return parent::column_default( $item, $column_name ); } public static function column_headers_labels() { return array( 'wpda_table_name' => __( 'Table name', 'wp-data-access' ), 'wpda_schema_name' => __( 'Database', 'wp-data-access' ), 'wpda_table_design' => __( 'Table structure', 'wp-data-access' ), 'wpda_date_created' => __( 'Creation date', 'wp-data-access' ), 'wpda_last_updated' => __( 'Last updated', 'wp-data-access' ), ); } } }