kses_init

Advertisement

Summery Summery

Sets up most of the KSES filters for input form content.

Syntax Syntax

kses_init()

Description Description

First removes all of the KSES filters in case the current user does not need to have KSES filter the content. If the user does not have unfiltered_html capability, then KSES filters are added.

Source Source

File: wp-includes/kses.php

/**
 * Strips all HTML from a text string.
 *
 * This function expects slashed data.
 *
 * @since 2.1.0

Advertisement

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Advertisement

Leave a Reply