wp_super_cache_wptouch_prefixes() WPSCache 1.0
Хуков нет.
Возвращает
Null. Ничего.
Использование
wp_super_cache_wptouch_prefixes( $prefixes );
Код wp_super_cache_wptouch_prefixes() wp super cache wptouch prefixes WPSCache 1.7.1
function wp_super_cache_wptouch_prefixes( $prefixes ) {
return array(); // wptouch doesn't support UA prefixes.
}