wp_super_cache_multisite_notice()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wp_super_cache_multisite_notice();
Код wp_super_cache_multisite_notice() wp super cache multisite notice WPSCache 3.0.3
function wp_super_cache_multisite_notice() {
if ( 'wpsupercache' === filter_input( INPUT_GET, 'page' ) ) {
echo '<div class="error"><p><strong>' . __( 'Caching has been disabled on this blog on the Network Admin Sites page.', 'wp-super-cache' ) . '</strong></p></div>';
}
}