WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_is_mobile

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/vars.php apply_filters 170 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
bool $is_mobile Whether the request is from a mobile device or not.