I searched the entire Internet, but could not find an answer, why the output of any tokens (not just custom ones) is not supported if they are inserted into the text area created through a file theme-settings.php
$form['navbar']['navbar_phone']['navbar_phone_title'] = array(
'#type' => 'text_format',
'#base_type' => 'textarea',
'#title' => t('Phone'),
'#default_value' => theme_get_setting('navbar_phone_title')['value'],
'#format' => theme_get_setting('navbar_phone_title')['format'],
'#description' => t('Input phone number +7 (495) 003-01-00'),
'#weight' => 10,
);
There is a standard filter supporting the output of tokens.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.