4104*4105* @since 3.3.04106*4107* @param string|null$converted_text The text to be converted.Defaultnull.4108* @param string$text The text prior to entity conversion.4109*/4110$filtered=apply_filters('pre_ent2ncr',null,$text);4111if(null!==$filtered){4112return$filtered;4113}41144115$to_ncr=array(4116'"'=>'"',
History
Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.