-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Enhancement
Copy link
Labels
[Plugin] Optimization DetectiveIssues for the Optimization Detective pluginIssues for the Optimization Detective plugin
Milestone
Description
See todo:
performance/plugins/optimization-detective/storage/rest-api.php
Lines 95 to 105 in 1f8265d
| 'permission_callback' => static function () { | |
| // Needs to be available to unauthenticated visitors. | |
| if ( OD_Storage_Lock::is_locked() ) { | |
| return new WP_Error( | |
| 'url_metric_storage_locked', | |
| __( 'URL Metric storage is presently locked for the current IP.', 'optimization-detective' ), | |
| array( 'status' => 403 ) // TODO: Consider 423 Locked status code. | |
| ); | |
| } | |
| return true; | |
| }, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Plugin] Optimization DetectiveIssues for the Optimization Detective pluginIssues for the Optimization Detective plugin
Type
Projects
Status
Done 😃