wordpress_ex v0.1.1 WordpressEx.Tags View Source

Wordpress Tag endpoints

Link to this section Summary

Functions

Get a single tag from id

Get a list of categories

Link to this section Functions

Get a single tag from id

Examples:

WordpressEX.Tags.find(123)
WordpressEX.Tags.find(123, context: "embed")

API Reference

https://developer.wordpress.org/rest-api/reference/itags/#retrieve-a-tag

Get a list of categories

Examples:

WordpressEx.Tags.list()
WordpressEx.Tags.list(search: "a tag", per_page: 3)

API Reference

https://developer.wordpress.org/rest-api/reference/tags/#list-tags