WPDev.one
Core Function
View Source on Trac ↗

wp_pre_kses_less_than_callback()

wp_pre_kses_less_than_callback( mixed $matches )

Callback function used by preg_replace.

Parameters 1 required

Name / Type Description
$matches
string[]

Populated by matches to preg_replace.

Required

Return Value

(string)
The text returned after esc_html if needed.

Function Information

Since Version
2.3.0
Source File
wp-includes/formatting.php
Advertisement