esc_xml

esc_xml

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('esc_xml') is found 1 times:

  • /wp-includes/formatting.php line 4798
    	 *
    	 * @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