0
I need a plugin that take the information from a form and insert it into the database, also want to be able to change, query and delete this data on an admin page.
May be plugins distinct for each function.
I understand medially PHP, but I’m not familiar with WP, which complicates, because I find it very limited, but I need to use it.
I also think plugins are not very necessary in this case, the wpdb class allows you to make Cruds and calsse Wp_list_table to create the admin page to manage the data.
– Matheus Ilário