Hi,
how override theme function ? CHILD theme
function eps_user_profile_img_url($id = null) {
return (string) osc_apply_filter('user_profile_img_url', osc_base_url(). 'oc-content/uploads/user-images/' . eps_user_profile_img($id));
}
I want to change new url 'NEW URL/uploads/user-images/'