pre_jetpack_is_mobile, null, $kind, $return_matched_agent
pre_jetpack_is_mobile, null, $kind, $return_matched_agent
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('pre_jetpack_is_mobile, null, $kind, $return_matched_agent') is found 1 times:
- /functions.is-mobile.php line 37
* $return_matched_agent is true, should return the UA string * @param string $kind Category of mobile device being checked * @param bool $return_matched_agent Boolean indicating if the UA should be returned */ $pre = apply_filters( 'pre_jetpack_is_mobile', null, $kind, $return_matched_agent ); if ( $pre ) { return $pre; } } $return = false;