w3tc_cached_mobile_groups

w3tc_cached_mobile_groups

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.0

apply_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 {