Skip to content

Instantly share code, notes, and snippets.

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 reslear/b18d470b65d32added3172cd39f48527 to your computer and use it in GitHub Desktop.
Save reslear/b18d470b65d32added3172cd39f48527 to your computer and use it in GitHub Desktop.
remove _links for wordpress core
// page: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
// Wrap the data in a response object.
$response = rest_ensure_response( $data );
// here!!!!! 여기 주석처리 중요
// $response->add_links( $this->prepare_links( $post ) );
// here!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment