4112*4113* @since 3.3.04114*4115* @param string|null$converted_text The text to be converted.Defaultnull.4116* @param string$text The text prior to entity conversion.4117*/4118$filtered=apply_filters('pre_ent2ncr',null,$text);4119if(null!==$filtered){4120return$filtered;4121}41224123$to_ncr=array(4124'"'=>'"',
History
Introduced in 3.3.0. Unchanged from 6.7.7 through 7.1.0.