pre_kses – filter

Filters content to be run through KSES. 

Parameters

.
( 2.3.0 ) . .
( string ) $string Content to filter through KSES. . . .
$allowed_html
( array[]|string ) 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 Array of allowed URL protocols. . . .
API Letters: ,

Implementers