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