Skip to content

Instantly share code, notes, and snippets.

View moshie's full-sized avatar
🕶️
Coding...

David Hewitt moshie

🕶️
Coding...
View GitHub Profile
@moshie
moshie / test.php
Created May 24, 2019 07:50 — forked from spacedmonkey/test.php
Add gutenberg blocks to WordPress API as json.
<?php
add_action( 'rest_api_init', function () {
$types = get_post_types(
[
'show_in_rest' => true,
],
'names'
);