//From this
osc_add_filter("mcf_oneaction_title", function ($text) {
return mtk_title();
});
//To this
osc_add_filter("mcf_oneaction_title", function ($text) {
return __("Login", osc_current_web_theme());
});
1. where to find mtk_title?
2. does it affect the system?
Thanks