wp_super_cache_wptouch_prefixes()WPSCache 1.0

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код wp_super_cache_wptouch_prefixes() WPSCache 1.12.0

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