Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created August 2, 2017 18:53
Show Gist options
  • Save adamsilverstein/9190cd87dd83f9a705835d3fdf931d7a to your computer and use it in GitHub Desktop.
Save adamsilverstein/9190cd87dd83f9a705835d3fdf931d7a to your computer and use it in GitHub Desktop.
wp.api.init({
'versionString': '/custom/v1/'
}
).done( function( mySchema ) {
// mySchema contains your namespace models/collections
...
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment