Skip to main content

API

The frontend sources data from WordPress using version 2 of the in-built REST API. Please see the REST API Handbook for usage details.

Custom endpoints#

The REST API has been extended to support some additional endpoints, which mainly involve methods of posting form data back to WordPress for email submissions. See the email page for more information. These endpoints have been extended in wp-content/themes/klemich/includes/forms;

Any other endpoints are extended in wp-content/themes/klemich/includes/api.php.

Cache#

The REST API endpoints are cached by CloudFlare.