pre_ent2ncr

pre_ent2ncr

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('pre_ent2ncr') is found 1 times:

  • /wp-includes/formatting.php line 4091
    4087
    4088
    4089
    4090
    4091
    4092
    4093
    4094
    4095
    4096
    4097
    *
     * @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(
        '"'     => '"',