jetpack_device_detection_get_info

jetpack_device_detection_get_info

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

See hook in core

Displaying hooks found in version: wp-super-cache.1.9.4

apply_filters('jetpack_device_detection_get_info') is found 1 times:

  • /vendor/automattic/jetpack-device-detection/src/class-device-detection.php line 64
    			 * @param array           $info    Array of device information.
    			 * @param string          $ua      User agent string passed to Device_Detection::get_info.
    			 * @param User_Agent_Info $ua_info Instance of Automattic\Jetpack\Device_Detection\User_Agent_Info.
    			 */
    			$info = apply_filters( 'jetpack_device_detection_get_info', $info, $ua, $ua_info );
    		}
    		return $info;
    	}
    
    	/**
    	 * Detects phone devices.