6036*6037* @param array|false$loading_attrsFalse by default,orarray of loading optimization attributes to short-circuit.6038* @param string$tag_name The tag name.6039* @param array$attrArray of the attributes for the tag.6040* @param string$context Context for the element for which the loading optimization attribute is requested.6041*/6042$loading_attrs=apply_filters('pre_wp_get_loading_optimization_attributes',false,$tag_name,$attr,$context);60436044if(is_array($loading_attrs)){6045return$loading_attrs;6046}60476048$loading_attrs=array();
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.