6160*6161* @param array|false$loading_attrsFalse by default,orarray of loading optimization attributes to short-circuit.6162* @param string$tag_name The tag name.6163* @param array$attrArray of the attributes for the tag.6164* @param string$context Context for the element for which the loading optimization attribute is requested.6165*/6166$loading_attrs=apply_filters('pre_wp_get_loading_optimization_attributes',false,$tag_name,$attr,$context);61676168if(is_array($loading_attrs)){6169return$loading_attrs;6170}61716172$loading_attrs=array();
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.