Hi, to anyone who can help:
I’m trying to override the error messages on the registration page. I need to add my own code into it (Replace icons for SVGs, add more text from a function, etc…), So it’s not a matter of just restyling with CSS.
I can see the function that handles this is in:
/bp-templates/bp-nouveau/includes/template-tags.php
and the function is nouveau_error_template()
I can’t seem to figure out how to override this code. There are no filters oractions from what I can see.
Can anyone explain how I can customise the error messages?
Many thanks in advance.