178* Filters whether the request should be treated as coming from a mobile device or not.179*180* @since 4.9.0181*182* @param bool$is_mobile Whether the request is from a mobile device or not.183*/184returnapply_filters('wp_is_mobile',$is_mobile);185}186
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.