5976*5977* @param array|false$loading_attrsFalse by default,orarray of loading optimization attributes to short-circuit.5978* @param string$tag_name The tag name.5979* @param array$attrArray of the attributes for the tag.5980* @param string$context Context for the element for which the loading optimization attribute is requested.5981*/5982$loading_attrs=apply_filters('pre_wp_get_loading_optimization_attributes',false,$tag_name,$attr,$context);59835984if(is_array($loading_attrs)){5985return$loading_attrs;5986}59875988$loading_attrs=array();
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.