How to change app_register_form function in a child theme?
Hi everyone,
I would like to change the function app_register_form (I just need to add two lines of code to it), but I would like to do this in a child theme. Do you know how this is done? I have tried to find an answer but no luck so far. I know that normally I can use remove_action and add_action to change a function in classipress when using a child theme, but in this case (app_register_form) I cannot find an add_action part, so I am not sure what to change. I also found the remove_filter function in the Wordpress documentation but I am not sure how to use it (I am a complete beginner in child themes).
Can anyone give me a hand with this please?
Thanks for your help!
CyJambo