=== RT Widget Statistics === Contributors: roytanck Donate link: http://www.roytanck.com/ Tags: multisite, widgets, statistics Requires at least: 4.2 Tested up to: 5.4 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Displays widget usage statistics accross a multisite network. Helps you track down widget instances and unused widgets. == Description == This plugin adds a network admin options screen that lists all widgets currently configured on any sidebar, on any active blog in the network. It displays the number of widget instances, and their location. This helps you: 1. Find unused widgets (will not be listed). 1. Determine the impact in case a widget needs to be upgraded, removed or reconfigured. This plugin requires PHP5, and currently does nothing on single-site WordPress installs. == Installation == 1. In WordPress, got to "Plugins->Add New". 1. In the search box, type "RT Widget Statistics". 1. Find the correct plugin, and click "Install Now". 1. When the installation has finished, go to the network admin plugins screen and "Network Activate" the plugin. 1. The statistics can be found in the network admin area, under "Settings". == Frequently Asked Questions == = Why would I use this? = When you're managing a network of WordPress sites, it can be hard to determine whether a widget is used by (m)any of your users. This in turn makes it hard to estimate the impact in case the widget would (need to) be removed. Also when a plugin is updated, sometimes widgets need to be reconfigured. This plugin can help you find the widget's instances, so you don't have to go through all sites searching for them. = Is this going to slow down my site? = On the front-end, no. On large networks, the admin page will likely be slow, especially on larger networks. Currently the plugin scans a maximum of 9999 sites. == Screenshots == 1. The plugin's admin page == Changelog == = 1.2 = * Added support for WordPress.org's Language Packs feature = 1.1 = * Added Dutch translation = 1.0 = * Initial release