A
A
artva2016-04-08 10:07:14
CRUD
artva, 2016-04-08 10:07:14

How to display a table with data in a user account?

Is it possible to add CRUD functionality to a user's account in Wordpress - a plate, a few lines, data about his orders. The data that is in the table for each user will be filled in by the admin. Accordingly, he should have the same table in the admin panel with a list of all orders, only with the ability to select the desired user.
joxi.ru/KAgMYZkh7vqjml
Actually the question is - is it possible to implement this using Advanced Custom Fields or maybe there are some plugins?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Ninja Mate, 2016-04-08
@victorzadorozhnyy

https://codex.wordpress.org/Function_Reference/get... you here. in the theme functions.php add what you need and do another admin check and if so, write a separate function. lots of examples and tutorials
google it

get_user_meta
current_user_can
update_user_meta

A
artva, 2016-04-08
@artva

but how to make an interface in the admin panel with the choice of the user and his sign to enter the data?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question