wp-user-frontend
wp-user-frontend copied to clipboard
Custom hook used to load form builder
We were using a dynamic hook depending on the menu title. If the title got translated, the hook doesn't work for some languages(Español, Türkçe, Arabic, etc.) and shows a blank post form.
We introduced 2 hooks wpuf_load_post_forms
and wpuf_load_profile_forms
earlier and now using those hooks to load our form builder
@sapayth Thank you so much, yes I'm using Chinese. I temporarily removed the translation of menu name and rebuilt the .mo file, now it runs smoothly.
updated after version 4