Title: Network Site Details
Author: Rihansen Purba
Published: <strong>Juni 19, 2025</strong>
Last modified: Septemba 1, 2025

---

Tafuta vijalizi

![](https://ps.w.org/network-site-details/assets/banner-772x250.png?rev=3314258)

![](https://s.w.org/plugins/geopattern-icon/network-site-details_303e3f.svg)

# Network Site Details

 By [Rihansen Purba](https://profiles.wordpress.org/rihansen11/)

[Pakua](https://downloads.wordpress.org/plugin/network-site-details.4.0.6.zip)

 * [Details](https://sw.wordpress.org/plugins/network-site-details/#description)
 * [Reviews](https://sw.wordpress.org/plugins/network-site-details/#reviews)
 *  [Installation](https://sw.wordpress.org/plugins/network-site-details/#installation)
 * [Development](https://sw.wordpress.org/plugins/network-site-details/#developers)

 [Saidia](https://wordpress.org/support/plugin/network-site-details/)

## Maelezo

Network Site Details by Telkom University is a WordPress plugin that helps network
administrators manage and export multisite data efficiently. It collects data from
all subsites in your multisite network and provides features to export the data 
in Excel format, along with visual charts for better insights.

Version 1.0 is the initial release and will be continuously improved in the future.

### Credits

This plugin uses the following third-party library to render beautiful and interactive
charts:
 Chart.js – Simple yet flexible JavaScript charting for designers & developers.
License: MIT. For more information, please visit https://www.chartjs.org/.

### Usage

 * After activation, go to Network Admin > Dashboard to view multisite data.
 * Use the “Export to Excel” button to download data in Excel format.
 * View charts and tables for multisite data analysis.

### Support

For support and bug reports, please visit:
 [https://github.com/rihansen11/NetworkSiteDetail](https://github.com/rihansen11/NetworkSiteDetail)

## Screenshots

 * [[
 * Main dashboard of the Network Site Details plugin.
 * [[
 * Subsite data table and Excel export button.
 * [[
 * Charts for post and visitor counts.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugin screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to Network Admin > Dashboard to access the plugin.

## FAQ

### What does this plugin do?

This plugin collects data from your WordPress multisite network and allows you to
export it in Excel format.

### Is this plugin free to use?

Yes, this plugin is licensed under GPLv2 or later, so it is free to use and modify.

## Reviews

![](https://secure.gravatar.com/avatar/ed085c82ec9918d8aa6f73fd5817fb861ac369f0e10ebf1483517c8ab2e19547?
s=60&d=retro&r=g)

### 󠀁[Memudahkan analisa kefektifan keberadaan layanan website untuk komunitas](https://wordpress.org/support/topic/memudahkan-analisa-kefektifan-keberadaan-layanan-website-untuk-komunitas/)󠁿

 [telkomuniversity](https://profiles.wordpress.org/telkomuniversity/) Agosti 28,
2025

Memudahkan analisa kefektifan keberadaan layanan website untuk komunitas, bisa melihat
seberapa banyak konten yang dibuat sebaiknya perlu ada tambahan beberapa fitur lagi
agar memudahkan pembacaan laporan

 [ Soma maoni yote 0 ](https://wordpress.org/support/plugin/network-site-details/reviews/)

## Wachangiaji & Wasanidi

“Network Site Details” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Rihansen Purba ](https://profiles.wordpress.org/rihansen11/)
 *   [ Ryan Gusman ](https://profiles.wordpress.org/ryangusman/)
 *   [ hilfans ](https://profiles.wordpress.org/hilfans0/)
 *   [ dheaardn ](https://profiles.wordpress.org/dheaardn/)
 *   [ ekobahran ](https://profiles.wordpress.org/ekobahran/)
 *   [ meilinaeka ](https://profiles.wordpress.org/meilinaeka/)
 *   [ ajidmujaddid ](https://profiles.wordpress.org/ajidmujaddid/)
 *   [ zhafranilham ](https://profiles.wordpress.org/zhafranilham/)
 *   [ hilfans ](https://profiles.wordpress.org/hilfans/)
 *   [ telkomuniversity ](https://profiles.wordpress.org/telkomuniversity/)

[Translate “Network Site Details” into your language.](https://translate.wordpress.org/projects/wp-plugins/network-site-details)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/network-site-details/),
check out the [SVN repository](https://plugins.svn.wordpress.org/network-site-details/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/network-site-details/)
by [RSS](https://plugins.trac.wordpress.org/log/network-site-details/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 4.0.6

Tweak – Add phpcs:ignore comments to resolve false positive warnings from the Plugin
Check tool, ensuring full compliance with WordPress.org coding standards.

#### 4.0.5

Fix – Address all remaining findings from the WordPress.org Plugin Check tool to
meet repository guidelines.
 Security – Strengthen security by sanitizing $_GET 
parameters and admin query variables. Fix – Replace date() with gmdate() for timezone-
independent date formatting, following WordPress standards.

#### 4.0.2

Security – Harden the plugin by escaping all output data (esc_html, esc_url, etc.)
to prevent potential XSS vulnerabilities, aligning with WordPress.org security requirements.

#### 4.0.1

Tweak – Increase the dashboard data cache duration from 1 month to 3 months to further
reduce server load on frequently accessed pages.

#### 3.7.4

Fix: Fixed a fatal error Call to undefined method WP_Site_Query::get() that reappeared
on the Network Admin All Sites page by correcting how query variables are accessed.

#### 3.6.1

Fix: Fixed an issue where the shortcode dashboard would not display statistics and
the site list after the caching system update.

Fix: Fixed the messy CSS layout of the control panel and statistics cards on the
shortcode dashboard.

#### 3.6.0

Feature: Implemented a caching system (WordPress Transients API) on the shortcode
dashboard to drastically improve performance.

Tweak: Dashboard data is now cached for 1 month to reduce server load and speed 
up page load times.

Tweak: The “Refresh Data” button now correctly clears the cache and forces a recalculation
of the latest data.

#### 3.5.0

Feature: Added a “Subsite Content Growth per Year” line chart to the top of the 
shortcode dashboard.

Tweak: Added titles and labels for the X/Y axes on the chart for data clarity.

Tweak: The “Active Sites” statistics card is now clickable to filter for sites active
within the last 3 months.

Fix: Fixed a CSS issue where pagination numbers were not visible on some themes.

Tweak: Reverted the Grid view design to the more detailed and informative card model.

#### 3.4.0

Feature: Re-enabled the [network_site_details_report] shortcode functionality to
display the report dashboard on public pages.

Feature: Completely redesigned the shortcode display into a modern and responsive
interactive dashboard.

Feature: Added key statistics (Total Sites, Total Posts, Active Sites, Avg Posts/
Site).

Feature: Added interactive controls: Search, Sort, Filter by Year, Pagination, and
Grid/List view toggle.

Tweak: Applied the Telkom University color scheme to the dashboard design.

#### 3.2.0

Tweak: Adjusted the CSV export functionality to only include the columns: Site Name,
URL, Last Updated, Registered, Users, and Post Count.

Tweak: Removed the “Last Login User” column from the admin page for consistency.

Optimization: Implemented batch processing for the CSV export feature to prevent
timeouts on large-scale networks.

#### 3.1.0

Feature: Added an “Export to CSV” button on the Network Admin All Sites page.

#### 3.0.0

Feature: Added the ability to sort the “Post Count” column on the admin page.

Fix: Fixed a fatal error Call to undefined method WP_Site_Query::get() that occurred
when trying to sort.

#### 2.0.0

Refactor: Removed the custom “Site Details” admin page.

Feature: Integrated functionality directly into the native WordPress “All Sites”
page.

Feature: Added “Post Count” and “Last Login User” columns.

Feature: Made the new columns configurable via the “Screen Options” menu.

#### 1.0.0

Initial version. Created a new “Site Details” admin page to display a basic report.

## Meta

 *  Version **4.0.6**
 *  Last updated **miezi 8 zilizopita**
 *  Active installations **Chini ya 10**
 *  WordPress version ** 5.0 au juu **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 au juu **
 *  Language
 * [English (US)](https://wordpress.org/plugins/network-site-details/)
 * Tags
 * [dashboard](https://sw.wordpress.org/plugins/tags/dashboard/)[data](https://sw.wordpress.org/plugins/tags/data/)
   [export](https://sw.wordpress.org/plugins/tags/export/)[multisite](https://sw.wordpress.org/plugins/tags/multisite/)
 *  [Advanced View](https://sw.wordpress.org/plugins/network-site-details/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/network-site-details/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/network-site-details/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/network-site-details/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/network-site-details/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/network-site-details/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/network-site-details/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/network-site-details/reviews/)

## Contributors

 *   [ Rihansen Purba ](https://profiles.wordpress.org/rihansen11/)
 *   [ Ryan Gusman ](https://profiles.wordpress.org/ryangusman/)
 *   [ hilfans ](https://profiles.wordpress.org/hilfans0/)
 *   [ dheaardn ](https://profiles.wordpress.org/dheaardn/)
 *   [ ekobahran ](https://profiles.wordpress.org/ekobahran/)
 *   [ meilinaeka ](https://profiles.wordpress.org/meilinaeka/)
 *   [ ajidmujaddid ](https://profiles.wordpress.org/ajidmujaddid/)
 *   [ zhafranilham ](https://profiles.wordpress.org/zhafranilham/)
 *   [ hilfans ](https://profiles.wordpress.org/hilfans/)
 *   [ telkomuniversity ](https://profiles.wordpress.org/telkomuniversity/)

## Saidia

Got something to say? Need help?

 [Angalia Baraza ya Usaidizi](https://wordpress.org/support/plugin/network-site-details/)