pre_ent2ncr

pre_ent2ncr

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('pre_ent2ncr') is found 1 times:

  • /wp-includes/formatting.php line 4118
    	 *
    	 * @param string|null $converted_text The text to be converted. Default null.
    	 * @param string      $text           The text prior to entity conversion.
    	 */
    	$filtered = apply_filters( 'pre_ent2ncr', null, $text );
    	if ( null !== $filtered ) {
    		return $filtered;
    	}
    
    	$to_ncr = array(
    		'"'     => '"',