abdfahim
Well-known member
Once I change display_group in xf_user_field table and introduce a new custom field group, it does not work until I rebuild User Field Cache. In XF1, I did like
What is XF2 equivalent? And can I manually rebuild this cache from Admin CP?
Code:
XenForo_Model::create('XenForo_Model_UserField')->rebuildUserFieldCache();
What is XF2 equivalent? And can I manually rebuild this cache from Admin CP?