| 618 | | * @param string $context The context for which to retrieve tags. |
| 619 | | * Allowed values are post, strip, data,entities, or |
| 620 | | * the name of a field filter such as pre_user_description. |
| | 618 | * @param string|array $context The context for which to retrieve tags. |
| | 619 | * Allowed values are post, strip, data, entities, or |
| | 620 | * the name of a field filter such as pre_user_description. |
| 632 | | * @param string $tags Allowed tags, attributes, and/or entities. |
| 633 | | * @param string $context Context to judge allowed tags by. Allowed values are 'post', |
| 634 | | * 'data', 'strip', 'entities', 'explicit', or the name of a filter. |
| | 632 | * @param array $context Context to judge allowed tags by. |
| | 633 | * @param string $context_type Context type (explicit). |