esc_xml

esc_xml

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('esc_xml') is found 1 times:

  • /wp-includes/formatting.php line 4771
    4767
    4768
    4769
    4770
    4771
    4772
    4773
    4774
    4775
    4776
    4777
         *
         * @param string $safe_text The text after it has been escaped.
         * @param string $text      The text prior to being escaped.
         */
        return apply_filters( 'esc_xml', $safe_text, $text );
    }
     
    /**
     * Escapes an HTML tag name.
     *
     * @since 2.5.0