Filter hook 'wp_is_mobile'

in WP Core File wp-includes/vars.php at line 184

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.
	 */