wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren


custom_tags › WordPress-Konstanten

Seit1.2.0
define( 'CUSTOM_TAGS', false );
Definiert in:

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`

Quellcode

define( 'CUSTOM_TAGS', false );