apply_filters( 'tribe_field_start', array $allowedtags , string $context )
Filter the allowed tags to facilitate the wp_kses() call.
Contents
See also
Parameters
- $allowedtags
-
(array) The allowed tags.
- $context
-
(string) The context in which the tags are being used.
Return
(array) The allowed tags.
Source
File: src/Tribe/Field.php