Erik
Results
1
comments of
Erik
@TheJema , I solved this issue with removing i18n function from theme-options initialization: before: `Container::make('theme_options', __('Theme Options')) ->set_icon('dashicons-heart') ...` after: `Container::make('theme_options', 'Theme Options') ->set_icon('dashicons-heart') ...`