wp_kses_xml_named_entities


wp_kses_xml_named_entities ( $matches )

Parameters:
  • (array) matches preg_replace_callback() matches array.
Returns:
  • (string) Correctly encoded entity.
Defined at:

Description

Callback for `wp_kses_normalize_entities()` regular expression.This function only accepts valid named entity references, which are finite, case-sensitive, and highly scrutinized by XML validators. HTML named entity references are converted to their code points.

Related Functions

wp_kses_named_entities, wp_kses_normalize_entities, wp_kses_js_entities, wp_kses_decode_entities, wp_save_nav_menu_items

Top Google Results

User discussions

wpseek mobile