Я построил функцию функции wordpress.
Но теперь я получаю следующую ошибку: что я делаю неправильно?
if(isset($thm_options['custom_font1_eot'])) $w_custom_font1_src[] = "url('{$thm_options['custom_font1_eot']['url']}?#iefix') format('embedded-opentype')"; if(isset($thm_options['custom_font1_woff'])) $w_custom_font1_src[] = "url('{$thm_options['custom_font1_woff']['url']}') format('woff')"; if(isset($thm_options['custom_font1_ttf'])) $w_custom_font1_src[] = "url('{$thm_options['custom_font1_ttf']['url']}') format('truetype')";
Неустранимая ошибка: оператор [] не поддерживается для строк в
Что-нибудь, что я пропустил?