Restrict one post per author

Answer from comments:

First, create a conditional to check if the user has already ‘published’ a post. If yes, simply redirect them.

One can use update_post_meta with the post ID without any problem. Simply use that information to populate the fields.

Leave a Comment