apply_filters( 'tribe_field_start', array $allowedtags, string $context )

Filter the allowed tags to facilitate the wp_kses() call.

See also


Top ↑

Parameters

$allowedtags

(array) The allowed tags.

$context

(string) The context in which the tags are being used.


Top ↑

Return

(array) The allowed tags.


Top ↑

Source

File: src/Tribe/Field.php