apply_filters( 'wp_kses_allowed_html', array $context, string $context_type )

Filters HTML elements allowed for a given context.


Parameters

$context

(array) Context to judge allowed tags by.

$context_type

(string) Context type (explicit).


Source

File: wp-includes/kses.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.5.0 Introduced.