5936*5937* @param array|false$loading_attrsFalse by default,orarray of loading optimization attributes to short-circuit.5938* @param string$tag_name The tag name.5939* @param array$attrArray of the attributes for the tag.5940* @param string$context Context for the element for which the loading optimization attribute is requested.5941*/5942$loading_attrs=apply_filters('pre_wp_get_loading_optimization_attributes',false,$tag_name,$attr,$context);59435944if(is_array($loading_attrs)){5945return$loading_attrs;5946}59475948$loading_attrs=array();
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.