tribe-common
tribe-common copied to clipboard
dev: fix `$default` param types for `tribe_get_option()`
This PR changes the $default
param in tribe_get_option()
to string|bool
, considering that's how TEC core uses the function.
Fixes:
Justification: