You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just adding it here because I think this will be useful.
process_form_submission hooks currently take their name directly from the function name. For UI friendliness and i18n purposes it would be nice if it could be a translatable string.
Maybe an optional fn.short_description = _('My translatable hook name') on the hooked function would suffice.
The text was updated successfully, but these errors were encountered:
Just adding it here because I think this will be useful.
process_form_submission hooks currently take their name directly from the function name. For UI friendliness and i18n purposes it would be nice if it could be a translatable string.
Maybe an optional
fn.short_description = _('My translatable hook name')
on the hooked function would suffice.The text was updated successfully, but these errors were encountered: