w3tc_cached_mobile_groups
w3tc_cached_mobile_groups
Appears in: w3-total-cache.2.10.0
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.0apply_filters('w3tc_cached_mobile_groups') is found 1 times:
- /CacheGroups_Plugin_Admin.php line 125
} } // Allow plugins modify WPSC mobile groups. $cached_mobile_groups = apply_filters( 'w3tc_cached_mobile_groups', $cached_mobile_groups ); // Merge existent and delete removed groups. foreach ( $mobile_groups as $w3tc_group => $w3tc_group_config ) { if ( isset( $cached_mobile_groups[ $w3tc_group ] ) ) { $mobile_groups[ $w3tc_group ]['agents'] = (array) $cached_mobile_groups[ $w3tc_group ]; } else {