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



pre_wp_get_loading_optimization_attributes › WordPress Filter Hooks

Seit6.4.0
Veraltetn/v
apply_filters( 'pre_wp_get_loading_optimization_attributes', false, $tag_name, $attr, $context )
Parameter: (4)
  • () loading_attrs False by default, or array of loading optimization attributes to short-circuit.
    Erforderlich: Ja
  • () tag_name The tag name.
    Erforderlich: Ja
  • () attr Array of the attributes for the tag.
    Erforderlich: Ja
  • () context Context for the element for which the loading optimization attribute is requested.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to short-circuit loading optimization attributes.

Returning an array from the filter will effectively short-circuit the loading of optimization attributes, returning that value instead.




Quellcode

$loading_attrs = apply_filters( 'pre_wp_get_loading_optimization_attributes', false, $tag_name, $attr, $context );