advancedforms / advanced-forms

WordPress plugin to create forms using Advanced Custom Fields
75 stars 14 forks source link

If show admin filter set to false no fields are registered. #22

Closed Wemago closed 6 years ago

Wemago commented 6 years ago

I was looking at your code, haven't debugged yet, but the way you have coded the show admin filter to not include the admin files will make that the fields aren't also registered, so if you are using AF programmatically you won't have access to the fields, or am I wrong?

BTW, nice coding!

fabianlindfors commented 6 years ago

Oh, good point!

I thought I was making some clever performance savings but this might become an issue. I changed it back with commit a2a4104. Thanks a ton for pointing it out!