Is it possible to download or retrieve only the subsc开发者_JS百科riber details using wordpress.i can see the list of users along with the subscriber in an admin page.but i want to get only the details(email address)of the subscriber.Is there is any code for that.
Thanks
From reading your question, it sounds like you just want to scrape up email addresses. That actually has me a bit reluctant to answer, but I can see why you might need to do this (in the case of a site migration, for example).
WordPress does defines a function specifically for retrieving a list of your users that also returns their email addresses: wp_list_authors();
.
精彩评论