본문 바로가기
IT

The REST API did not process the context query parameter correctly.

by Oh.mogilalia 2021. 8. 14.

A much simpler way to eliminate this error was to edit the file ‘wp-includes/rest-api.php’ on line 327:

- return apply_filters( 'rest_url_prefix', 'wp-json' );
+ return apply_filters( 'rest_url_prefix', '?rest_route=' );

'IT' 카테고리의 다른 글

망보드 도움글  (0) 2021.08.15
Mysql socket error  (0) 2021.08.14
워드프레스 참고 사이트  (0) 2021.08.11
워드프레스 참조  (0) 2021.08.11
워드프레스 Footer (푸터) 편집하기  (0) 2021.08.11