4085*4086* @since 3.3.04087*4088* @param string|null$converted_text The text to be converted.Defaultnull.4089* @param string$text The text prior to entity conversion.4090*/4091$filtered=apply_filters('pre_ent2ncr',null,$text);4092if(null!==$filtered){4093return$filtered;4094}40954096$to_ncr=array(4097'"'=>'"',
History
Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.