Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp kses no null

This page redirects to an external site: https://developer.wordpress.org/reference/functions/wp_kses_no_null/

Description

Removes any NULL characters in $string.

Usage

<code style="color: #000000"><span style="color: #0000BB"><?php wp_kses_no_null</span><span style="color: #007700">( </span><span style="color: #0000BB">$string </span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></code>

Parameters

$string
(string) (required)
Default: None

Return Values

(string) 

Examples

Notes

Change Log

Since: 1.0.0

Source File

wp_kses_no_null() is located in wp-includes/kses.php.

Related

See also index of Function Reference and index of Template Tags.