Hi,
I have a classifieds site where a user once registered as a (subscriber) can place his own ad.
Currently when a user posts a new ad, it must be approved by an administrator without going live.
what i need is:
A user can (EDIT HIS PROFILE) directly from the frontend, but this must be sent as a review.
Unfortunately I cannot find a viable solution for this.
I’m trying to use the (REVISIONIZE) Plugin and apparently the only way to “try to get” a revision from the frontend is to use the add_action
hook.
Can you help me understand on how to create this call? I am totally confused!
Thank you very much for your availability.
I hope I was clear.