w3tc_mobile_groups

w3tc_mobile_groups

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_mobile_groups') is found 1 times:

  • /CacheGroups_Plugin_Admin.php line 137
    			}
    		}
    
    		// Allow plugins modify W3TC mobile groups.
    		$mobile_groups = apply_filters( 'w3tc_mobile_groups', $mobile_groups );
    
    		// Sanitize mobile groups.
    		foreach ( $mobile_groups as $group => $group_config ) {
    			$mobile_groups[ $group ] = array_merge(
    				array(
    					'theme'    => '',