4174*4175* @since 3.3.04176*4177* @param string|null$converted_text The text to be converted.Defaultnull.4178* @param string$text The text prior to entity conversion.4179*/4180$filtered=apply_filters('pre_ent2ncr',null,$text);4181if(null!==$filtered){4182return$filtered;4183}41844185$to_ncr=array(4186'"'=>'"',
History
Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.