cached_mobile_groups
cached_mobile_groups
Appears in: w3-total-cache.0.10.0, w3-total-cache.0.10.1, w3-total-cache.0.10.2, w3-total-cache.0.11.0, w3-total-cache.0.12.0, w3-total-cache.0.13.0, w3-total-cache.0.13.1, w3-total-cache.0.13.2, w3-total-cache.0.13.3, w3-total-cache.0.14.0, w3-total-cache.0.14.1, w3-total-cache.0.14.2, w3-total-cache.0.14.3, w3-total-cache.0.14.4, w3-total-cache.0.15.0, w3-total-cache.0.15.1, w3-total-cache.0.15.2, w3-total-cache.0.9.7, w3-total-cache.0.9.7.1, w3-total-cache.0.9.7.2, w3-total-cache.0.9.7.3, w3-total-cache.0.9.7.5, w3-total-cache.2.0.0, w3-total-cache.2.0.1, w3-total-cache.2.1.0, w3-total-cache.2.1.1, w3-total-cache.2.1.2, w3-total-cache.2.1.3, w3-total-cache.2.1.4, w3-total-cache.2.1.5, w3-total-cache.2.1.6, w3-total-cache.2.1.7, w3-total-cache.2.1.8, w3-total-cache.2.1.9, w3-total-cache.2.2.1, w3-total-cache.2.2.12, w3-total-cache.2.2.3, w3-total-cache.2.2.4, w3-total-cache.2.2.6, w3-total-cache.2.2.7, w3-total-cache.2.2.9, w3-total-cache.2.3.0, w3-total-cache.2.3.1, w3-total-cache.2.3.2, w3-total-cache.2.3.3, w3-total-cache.2.4.1, w3-total-cache.2.5.0, w3-total-cache.2.6.0, w3-total-cache.2.6.1, w3-total-cache.2.7.0, w3-total-cache.2.7.2, w3-total-cache.2.7.5, w3-total-cache.2.7.7, wp-super-cache.1.10.0, wp-super-cache.1.11.0, wp-super-cache.1.12.0, wp-super-cache.1.12.1, wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.1.6.2, wp-super-cache.1.6.4, wp-super-cache.1.6.5, wp-super-cache.1.6.7, wp-super-cache.1.6.8, wp-super-cache.1.6.9, wp-super-cache.1.7.0, wp-super-cache.1.7.1, wp-super-cache.1.7.2, wp-super-cache.1.7.3, wp-super-cache.1.7.4, wp-super-cache.1.7.7, wp-super-cache.1.7.9, wp-super-cache.1.8, wp-super-cache.1.9, wp-super-cache.1.9.1, wp-super-cache.1.9.2, wp-super-cache.1.9.3, wp-super-cache.1.9.4
Hook Type: filter
Displaying hooks found in version: wp-super-cache.1.9.4apply_filters('cached_mobile_groups') is found 1 times:
- /wp-cache.php line 920
if ( function_exists( 'do_cacheaction' ) ) { $wp_cache_mobile_browsers = do_cacheaction( 'wp_super_cache_mobile_browsers', $wp_cache_mobile_browsers ); $wp_cache_mobile_prefixes = do_cacheaction( 'wp_super_cache_mobile_prefixes', $wp_cache_mobile_prefixes ); } $mobile_groups = apply_filters( 'cached_mobile_groups', array() ); // Group mobile user agents by capabilities. Lump them all together by default // mobile_groups = array( 'apple' => array( 'ipod', 'iphone' ), 'nokia' => array( 'nokia5800', 'symbianos' ) ); $wp_cache_mobile_browsers = implode( ', ', $wp_cache_mobile_browsers ); $wp_cache_mobile_prefixes = implode( ', ', $wp_cache_mobile_prefixes ); if ( false == apply_filters( 'wp_super_cache_error_checking', true ) )