wp_kses


wp_kses ( $content, $allowed_html, $allowed_protocols = array() )

Parameters:
  • (string) content Text content to filter.
  • (array[]|string) allowed_html An array of allowed HTML elements and attributes, or a context name such as 'post'. See wp_kses_allowed_html() for the list of accepted context names.
  • (string[]) allowed_protocols Optional. Array of allowed URL protocols. Defaults to the result of wp_allowed_protocols().
See:
Returns:
  • (string) Filtered content containing only the allowed HTML.
Defined at:

Description

Filters text content and strips out disallowed HTML.This function makes sure that only the allowed HTML element names, attribute names, attribute values, and HTML entities will occur in the given text string. This function expects unslashed data.

Related Functions

wp_rss, wp_styles, wp_kses_attr, wp_kses_data, wp_kses_hair

Top Google Results

User discussions

wpseek mobile