wp_super_cache_wptouch_prefixes()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wp_super_cache_wptouch_prefixes( $prefixes );
$prefixes (required)
-

wp_super_cache_wptouch_prefixes() code WPSCache 1.12.0

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