- Wordpress Web Application Development(Third Edition)
- Rakhitha Nimesh Ratnayake
- 81字
- 2021-07-09 19:52:25
Approving and rejecting questions
Currently, our application can post questions without any approval process. However, this is not the ideal implementation as it can create a lot of spam questions. In a well-built application, there should be a feature to approve/reject questions when needed. This feature can be easily built with WordPress admin lists. We have a list of questions in the backend, and we can use the Bulk Actions dropdown on top to add custom actions and implement this feature.