Summary
In #68 it was reported that under specific circumstances, if the context is an array, the newly added functionality for adding custom tags will cause an error.
Result
Changing the current check from array_key_exists to isset and additionally check for empty custom_tags as isset only fails if the key returns null.
Summary In #68 it was reported that under specific circumstances, if the context is an array, the newly added functionality for adding custom tags will cause an error.
Result Changing the current check from array_key_exists to isset and additionally check for empty custom_tags as isset only fails if the key returns null.