PROFILE customization hooks
-
Hello,
To override the plugin profile template I add /ultimate-member/templates/profile.php to my theme directory. That’s great, however, profile.php just calls actions from the core directory like um-actions-profile.php.The question is…. if I want to change the layout of the user meta in the profile, how can I hook into um-actions-profile.php without changing the core file? I can add a filter and hook into the individual functions, but how can I simply change one <div> with a filter call? Or do I have to re-write the entire function?
Thank you
The topic ‘PROFILE customization hooks’ is closed to new replies.