Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created January 27, 2013 00:05
Show Gist options
  • Save LinzardMac/4645400 to your computer and use it in GitHub Desktop.
Save LinzardMac/4645400 to your computer and use it in GitHub Desktop.
function add_social_media_posts_controller($controllers) {
$controllers[] = 'social_media_posts';
return $controllers;
}
add_filter('json_api_controllers', 'add_social_media_posts_controller');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment