开发者 |
cfoellmann
MadtownLems |
---|---|
更新时间 | 2017年11月30日 20:22 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 4.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
The plugin is deprecated and reaches a hard end-of-life date on 31. January 2018!Alternative You should switch to Multisite Enhancements. It provides the same functionality and is actively maintained. This plugin displays the count and the individual sites for each installed theme. It add a column to the Themes table on
wp-admin/network/themes.php
.
Optionally you can display the usage count in the theme details overlay on wp-admin/plugins.php
activated via filter described in the FAQ.
network/themes.php
if Transient is expired (2h/24h on large networks)network/themes.php?manual-stats-refresh=1
wpmu_plugin_stats_refresh
)wpmu_theme_stats_refresh
- (int) seconds - Manually set the expiration time of the data (Transient)wpmu_theme_stats_show_count
- (bool) true|false - Activate the display of the usage count in the theme details overlay; use __return_true
as callback for the filter