Basic functions to communicate with the WordPress REST API endpoints. These functions can be used for WordPress REST API communication as well.
Basic functions to communicate with the **WordPress** REST API endpoints. These functions can be used for **WordPress** REST API communication as well.
(wp-delete {:keys [url options]})
Conduct a DELETE request to the server.
Conduct a DELETE request to the server.
(wp-get {:keys [url options]})
Conduct a GET request to the server.
Conduct a GET request to the server.
(wp-post {:keys [url options]})
Conduct a POST request to the server.
Conduct a POST request to the server.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close