get_wp_users: Retrieve WordPress User List

Description Usage Arguments Value Examples

View source: R/get-wp-users.R

Description

Returns all the registered users on a given WordPress site that can be retrieved without a key.

Usage

1
get_wp_users(root_url)

Arguments

root_url

The domain for which users are sought to be retrieved.

Value

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.

Examples

1
2
3
4
## Not run: 
get_wp_users(root_url = 'domain.com')

## End(Not run)

simitpatel/wordpressr documentation built on Dec. 31, 2021, 6:38 a.m.