• Resolved mvergaraochoa

    (@mvergaraochoa)


    Hello, I have php scripts to be used in frontend for creating Posts. Please I have to set restrictions for only for logged in users and some roles. What fields does Profile Builder plugin uses and how can I set in Posts created programmatically?

    Thank you,

    Marcelo Vergara

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cristian Antohe

    (@sareiodata)

    Hello,

    Profile Builder uses post_meta information to store the restrictions per each individual post.

    Restrict a post, then check the wp_postmeta table for the latest entries. There you’ll see how the restrictions are stored.

    Thread Starter mvergaraochoa

    (@mvergaraochoa)

    Hello Cristian.

    Thank you for your reply.

    Regards and have a good day!

    Marcelo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to set restriction in Posts created programmatically’ is closed to new replies.