jetpack_is_mobile, $return, $kind, $return_matched_agent
jetpack_is_mobile, $return, $kind, $return_matched_agent
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_is_mobile, $return, $kind, $return_matched_agent') is found 1 times:
- /functions.is-mobile.php line 69
Warning: Undefined array key 73 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 74 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* $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 */ $return = apply_filters( 'jetpack_is_mobile', $return, $kind, $return_matched_agent ); } return $return; }