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
- Host: GitHub
- URL: https://github.com/wpup/functions
- Owner: wpup
- License: mit
- Created: 2018-10-25T12:40:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T14:21:08.000Z (over 6 years ago)
- Last Synced: 2024-11-17T02:38:18.010Z (over 1 year ago)
- Topics: functions, rest-api, serverless, wordpress, wordpress-plugin
- Language: PHP
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# REST API Functions
[](http://unmaintained.tech/)
Bring functions into WordPress REST API.
## Example
Create `hello.php` in `wp-content/themes/NAME/functions/hello.php`
```php