Description
Filters whether the request should be treated as coming from a mobile device or not.
Occurrences
Filename | Line Number |
---|---|
wp-includes/vars.php | 184 |
Parameters
Type | Name | Description |
---|---|---|
bool | $is_mobile | Whether the request is from a mobile device or not. |
PHP Doc
/**
* Filters whether the request should be treated as coming from a mobile device or not.
*
* @since 4.9.0
*
* @param bool $is_mobile Whether the request is from a mobile device or not.
*/