#' Query and Orchestrate the 'WordPress' 'API'
#'
#' 'WordPress' has a fairly comprehensive 'API' <https://developer.wordpress.com/>
#' that makes it possible to perform blog orchestration ('CRUD' operations on posts, users,
#' sites, etc.) as well as retrieve and process blog statistics. Tools are provided to work
#' with the 'WordPress' 'API' functions.
#'
#' @name pressur
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import purrr stringi httr crayon anytime progress
#' @importFrom tibble tibble
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.