wp_super_cache_wptouch_prefixes()WPSCache 1.0

Хуков нет.

Возвращает

null. Ничего.

Использование

wp_super_cache_wptouch_prefixes( $prefixes );
$prefixes (обязательный)
-

Код wp_super_cache_wptouch_prefixes() WPSCache 1.9.4

function wp_super_cache_wptouch_prefixes( $prefixes ) {
	return array(); // wptouch doesn't support UA prefixes.
}