WP-REST API에 대한 사용자 지정 경로 끝점에서 "코드"를 제공합니다. "rest_no_route", 오류 WP-API에 대한 사용자 지정 엔드포인트를 생성하기 위해 이 자습서를 따릅니다. 테스트할 우체부에 /wp-json/custom-plugin/v2/get-all-post-ids/를 칠 때 항상 다음 오류가 발생합니다. { "code": "rest_no_route", "message": "No route was found matching the URL and request method ", "data": { "status": 404 } } 사용자 지정 플러그인을 만들었습니다./plugins/custom-plugin/ 디렉토리의 php 파일입니다. 에 대한 콜백 확인add_action( 'res..