v1.4.0: WP Options Module
New: WP Options Module
REST API endpoints to read, update, and delete wp_options entries. Restricted to administrators (manage_options capability).
Endpoints
GET /wp-json/communitytech/v1/options?names=opt1,opt2— Read optionsPOST /wp-json/communitytech/v1/options— Update options ({"options":{"key":"value"}})DELETE /wp-json/communitytech/v1/options— Delete options ({"names":["opt1","opt2"]})