Retrieves a list of all tags created on a given WordPress site.

get_wp_tags(root_url)

Arguments

root_url

The WordPress site for which the data is sought.

Value

A dataframe with three values: the slug for a given tag, its ID in the WordPress site database, and the human readable tag name.

Examples

if (FALSE) { get_wp_tags('domain.com') }