wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_omit_loading_attr_threshold › WordPress Filter Hooks

Seit6.3.0
Veraltetn/v
apply_filters( 'wp_omit_loading_attr_threshold', 3 )
Parameter:
  • () omit_threshold The number of media elements where the `loading` attribute will not be added. Default 3.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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