Retrieves a list of all tags created on a given WordPress site.
get_wp_tags(root_url)
root_url | The WordPress site for which the data is sought. |
---|
A dataframe with three values: the slug for a given tag, its ID in the WordPress site database, and the human readable tag name.
if (FALSE) { get_wp_tags('domain.com') }