wp_super_cache_multisite_notice()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wp_super_cache_multisite_notice();

wp_super_cache_multisite_notice() code WPSCache 1.12.0

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>';
	}
}