wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_is_mobile › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'wp_is_mobile', $is_mobile )
Parametri:
  • (bool) $is_mobile Whether the request is from a mobile device or not.
    Richiesto:
Definito a:
Codex:

Filters whether the request should be treated as coming from a mobile device or not.





Sorgenti

return apply_filters( 'wp_is_mobile', $is_mobile );