We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76daf8d + 28f09c1 commit ec65f10Copy full SHA for ec65f10
includes/Core/WpFeaturesAdapter.php
@@ -47,7 +47,7 @@ public function init(): void {
47
);
48
49
if ( $feature->has_rest_alias() ) {
50
- $the_feature['rest_alias']['route'] = $feature->get_the_rest_alias();
+ $the_feature['rest_alias']['route'] = $feature->get_rest_alias();
51
$the_feature['rest_alias']['method'] = $feature->get_rest_method();
52
} else {
53
$the_feature['callback'] = function ( $args ) use ( $feature ) {
package.json
@@ -37,6 +37,6 @@
37
"eslint": "^9.25.1",
38
"eslint-import-resolver-node": "0.3.9",
39
"eslint-plugin-eslint-comments": "3.2.0",
40
- "prettier": "npm:wp-prettier@3.5.3"
+ "prettier": "npm:wp-prettier@3.0.3"
41
}
42
0 commit comments