wpseek.com
A WordPress-centric search engine for devs and theme authors


custom_tags › WordPress Constants

Since1.2.0
define( 'CUSTOM_TAGS', false );
Defined at:

Specifies the default allowable HTML tags.

Using `CUSTOM_TAGS` is not recommended and should be considered deprecated. The {@see 'wp_kses_allowed_html'} filter is more powerful and supplies context. When using this constant, make sure to set all of these globals to arrays: - `$allowedposttags` - `$allowedtags` - `$allowedentitynames` - `$allowedxmlentitynames`

Source

define( 'CUSTOM_TAGS', false );