Skip to content

Instantly share code, notes, and snippets.

View walidmahade's full-sized avatar
🏠
Working from home

Mahade Walid walidmahade

🏠
Working from home
View GitHub Profile
@walidmahade
walidmahade / extend-wp-rest-api.php
Created September 20, 2019 20:54 — forked from mahlamusa/extend-wp-rest-api.php
Extend WordPress REST API with custom rest fields and endpoints
<?php
/**
* Register custom rest fields
*/
add_action( 'rest_api_init', 'register_custom_fields' );
/**
* Register rest fields and endpoint
*