Gaurav
Gaurav

Reputation: 98

How to manage wordpress plugins outside wp-admin?

I have a client and I made his website using wordpress. I am using the plugin "Ultimate Member" and I want to enable my client to approve User Registrations without ever accessing the wp-admin panel.

Upvotes: 0

Views: 184

Answers (1)

Prashant Suthar
Prashant Suthar

Reputation: 387

You do it by REST API

OR simple create a page where fetch all those pending user listig with joining of table. then show listing add one button APPROVE or REJECT. On that button click fire post method and change status of that list.

Upvotes: 1

Related Questions