The REST API is crucial for the Storipress plugin as it allows us to interact with the WordPress database and perform various actions programmatically.
Β
How to Update Hide My UP for REST API Compatibility
- Make sure the path for
wp-json
is set towp-json
.
- Keep the
Disable REST API access
option unchecked.
- Also, leave the
Disable "rest_route" param access
unchecked.
Β
Here's a screenshot to guide you through updating these settings.