Skip to content

Instantly share code, notes, and snippets.

@OutThisLife
Created August 8, 2017 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OutThisLife/87a72f8a893c39bec37e8282e31dbc48 to your computer and use it in GitHub Desktop.
Save OutThisLife/87a72f8a893c39bec37e8282e31dbc48 to your computer and use it in GitHub Desktop.
<?php
add_action('rest_api_init', function() {
register_rest_field(get_post_types(), 'fields', [
'get_callback' => function($post) {
return CFS()->get();
},
]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment