An open API service indexing awesome lists of open source software.

https://github.com/wpup/functions

Bring functions into WordPress REST API
https://github.com/wpup/functions

functions rest-api serverless wordpress wordpress-plugin

Last synced: 5 months ago
JSON representation

Bring functions into WordPress REST API

Awesome Lists containing this project

README

          

# REST API Functions

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

Bring functions into WordPress REST API.

## Example

Create `hello.php` in `wp-content/themes/NAME/functions/hello.php`

```php