wp_super_cache_wptouch_notice()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wp_super_cache_wptouch_notice();
Код wp_super_cache_wptouch_notice() wp super cache wptouch notice WPSCache 3.0.2
function wp_super_cache_wptouch_notice() {
global $cache_enabled;
if ( $cache_enabled ) {
echo '<div class="error"><p><strong>' . __( 'WPTouch plugin detected! Please go to the Supercache plugins page and enable the WPTouch helper plugin.', 'wp-super-cache' ) . '</strong></p></div>';
}
}