| @@ -4,9 +4,10 @@ | ||
| 4 | 4 | class AdminSiteEnhancements extends berqIntegrations |
| 5 | 5 | { |
| 6 | 6 | function __construct() |
| 7 | 7 | { |
| 8 | - add_action('admin_notices', [$this, 'restapi_error']); | |
| 8 | + // BerqWP now uses a webhook to store cache | |
| 9 | + // add_action('admin_notices', [$this, 'restapi_error']); | |
| 9 | 10 | } |
| 10 | 11 | |
| 11 | 12 | function restapi_error() |
| 12 | 13 | { |