• Resolved cafrida

    (@cafrida)


    Hi, it is possible to do CRUD operations in reactpress using de user information from wordpress database?
    And If it’s possible how do you do that connection?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author rockiger

    (@rockiger)

    Have a look into the source of the generated page. The var is called reactPress.

    You should be able to access it directly or with window.reactPress.

    It has two properties user and usermeta.

    If the user is logged in, the holds the user data, otherwise, they are empty.

    You can do any call to the WordPress API. There are no limitations there.

Viewing 1 replies (of 1 total)
  • The topic ‘Use user data of wordpress in react app’ is closed to new replies.