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