w3tc_ui_config_item_mobile.rgroups

w3tc_ui_config_item_mobile.rgroups

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

See hook in core

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

apply_filters('w3tc_ui_config_item_mobile.rgroups') is found 1 times:

  • /CacheGroups_Plugin_Admin.php line 55
    				) .
    				'</li>',
    		);
    
    		$useragent_groups = apply_filters( 'w3tc_ui_config_item_mobile.rgroups', $useragent_groups ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    		$w3_mobile        = Dispatcher::component( 'Mobile_UserAgent' );
    		$useragent_themes = $w3_mobile->get_themes();
    
    		// Referrer groups.
    		$referrer_groups = $this->_config->get_array( 'referrer.rgroups' );
    		$w3_referrer     = Dispatcher::component( 'Mobile_Referrer' );