From a24a06002081ad71a78ffeff9072725ba39cf121 Mon Sep 17 00:00:00 2001 From: Jake Vanderwerf <get@jakevanderwerf.ca> Date: Tue, 17 Feb 2026 20:05:31 +0000 Subject: [PATCH] =minor changes, particularly around the JVB_CHILD_URL pattern --- inc/rest/routes/OptionsRoutes.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/inc/rest/routes/OptionsRoutes.php b/inc/rest/routes/OptionsRoutes.php index 2bb2c2c..355db8c 100644 --- a/inc/rest/routes/OptionsRoutes.php +++ b/inc/rest/routes/OptionsRoutes.php @@ -32,7 +32,8 @@ ->args([ 'user' => 'int|required', 'id' => 'string|required', - ]); + ]) + ->register(); } public function saveOptions(WP_REST_Request $request):WP_REST_Response -- Gitblit v1.10.0