5990*5991* @param array|false$loading_attrsFalse by default,orarray of loading optimization attributes to short-circuit.5992* @param string$tag_name The tag name.5993* @param array$attrArray of the attributes for the tag.5994* @param string$context Context for the element for which the loading optimization attribute is requested.5995*/5996$loading_attrs=apply_filters('pre_wp_get_loading_optimization_attributes',false,$tag_name,$attr,$context);59975998if(is_array($loading_attrs)){5999return$loading_attrs;6000}60016002$loading_attrs=array();
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.