wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_get_viewport_media_queries › WordPress Function
Since7.2.0
Deprecatedn/a
› wp_get_viewport_media_queries ( $viewport_settings = null, $options = array() )
| Parameters: (2) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Returns CSS media queries for responsive viewport style states.
Breakpoint values are read from the viewport settings, sanitized, and normalized before the media query strings are generated. By default, the returned keys are@mobile and @tablet. When $options['include_desktop']
is truthy, @desktop is included.