Skip to content

Instantly share code, notes, and snippets.

View Trollhag's full-sized avatar

Oscar Trollhag Trollhag

View GitHub Profile
@rhurling
rhurling / sidebar.php
Last active September 24, 2020 07:59
Widget & Sidebar Endpoints for the WordPress REST API v2
<?php
use WP_REST_Server;
use WP_REST_Request;
use WP_REST_Response;
use WP_Error;
class Sidebar extends \WP_REST_Controller {
/**