Open daledavies opened 1 month ago
:+1:
It'd be much clearer and give us the possibility to extend with other methods to extend other forms too.
Other callbacks like "extend_forgot_password_form" also just get passed the $mform variable. Maybe go for something like "extend_mform($mform)" so we keep it a little flexible and don't need a function for every form.
This will be consistent with the naming of
extend_settings_form()
.