jetpack_is_agent, $result, $user_agent
jetpack_is_agent, $result, $user_agent
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_is_agent, $result, $user_agent') is found 1 times:
- /jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php line 2338
* @param bool $is_agent Whether the request is from an agent. * @param string $user_agent The user agent string. */ if ( function_exists( 'apply_filters' ) ) { $result = apply_filters( 'jetpack_is_agent', $result, $user_agent ); } return $result; } /** * Is the given user-agent from an agent?