wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_omit_loading_attr_threshold › WordPress Filter Hooks

Since6.3.0
Deprecatedn/a
apply_filters( 'wp_omit_loading_attr_threshold', 3 )
Parameters:
  • () omit_threshold The number of media elements where the `loading` attribute will not be added. Default 3.
    Required: Yes
Defined at:
Codex:

Filters the threshold for how many of the first content media elements to not lazy-load.

For these first content media elements, the `loading` attribute will be omitted. By default, this is the case for only the very first content media element.




Source

$omit_threshold = apply_filters( 'wp_omit_loading_attr_threshold', 3 );