powered by
Returns all the registered users on a given WordPress site that can be retrieved without a key.
get_wp_users(root_url)
The domain for which users are sought to be retrieved.
A dataframe with three columns: the ID of the user in the WordPress database; their user name on the site; and the URL of their user page on the site.
# NOT RUN { get_wp_users(root_url = 'domain.com') # } # NOT RUN { # }
Run the code above in your browser using DataLab