// SUGR Headless Configuration define('WP_REST_API_ENABLED', true); define('CORS_ALLOW_ORIGIN', 'https://tmin71e9dv.space.minimax.io'); define('CORS_ALLOW_CREDENTIALS', 'true'); define('WP_CACHE', true); define('WP_CACHE_KEY_SALT', 'sugr_headless_'); define('SUGR_HEADLESS_MODE', true); define('SUGR_API_NAMESPACE', 'sugr/v1'); define('SUGR_DEBUG', false); ini_set('upload_max_filesize', '50M'); ini_set('post_max_size', '50M'); ini_set('max_execution_time', 300); ini_set('memory_limit', '256M'); SUGR Headless CMS shutupandgetrich.com

SUGR Headless CMS

This WordPress installation is configured as a headless CMS for the SUGR website. The frontend is served by a React application.

Content is managed through this WordPress admin panel and delivered via REST API to the React frontend.

API Endpoints:

Access Admin Panel View REST API