简体   繁体   中英

How to get active user database table in WOffice theme wordpress theme

I am using WordPress for my website with woffice theme. I am developing an android app for the above website. It is required to get database of active user with last login detail. If someone know how to display the active user list, please help me. Thank you in advance.

If you want to get these informations in the frontend, you can try to use a plugin like : https://wpdatatables.com/

With this plugin, you can easily add a result from a query from your database (Source : https://wpdatatables.com/documentation/creating-new-wpdatatables-with-table-constructor/generating-wordpress-db-queries-with-table-constructor/ )

It is possible to get the posts or texts of the page by using json api like Ideapress api plugin in wordpress. And retrieving the json response in android app. Thank you for every one who helped me to get the answer. I hope, this answer could help others.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM