183* Filters whether the request should be treated as coming from a mobile device or not.184*185* @since 4.9.0186*187* @param bool$is_mobile Whether the request is from a mobile device or not.188*/189returnapply_filters('wp_is_mobile',$is_mobile);190}191
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.