11/15/2018 at 9:10 pm
#477168
Participant
I created a proper WordPress plugin and took your advice and did it without manual SQL. It automatically populates the directory based on RegistrationMagic submissions.
Everything is working great however I had a couple simple questions:
- How do I assign the user column to a new cnEntry? I see private fields in the code but no way to set them. I tried instantiating an $entry via constructor but must be doing it wrong. Can you give an example?
- Can you explain further on how to assign multiple categories to the cnEntry?
Thanks again for the help.
