How to interact with wordpress user metadata
-
I want to include WordPress attributes in the data query to extract dynamic content
For example:
When users enter new data in a data project, their WordPress User ID will be logged in a separate column, and on an overview page, they will see a data table that displays only entries they have made and not from other users.In wordpress, it is possible to call the get_current_user_id() function, but this is not a query that I can call in WP Data Access as far as I can see. How would I be able to include this function in my query so my website displays dynamic content based on the logged in user?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to interact with wordpress user metadata’ is closed to new replies.