| @@ -1,11 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | +if (!defined('ABSPATH')) exit; | |
| 2 | 3 | |
| 3 | 4 | class AdminSiteEnhancements extends berqIntegrations |
| 4 | 5 | { |
| 5 | 6 | function __construct() |
| 6 | 7 | { |
| 7 | - add_action('admin_notices', [$this, 'restapi_error']); | |
| 8 | + // BerqWP now uses a webhook to store cache | |
| 9 | + // add_action('admin_notices', [$this, 'restapi_error']); | |
| 8 | 10 | } |
| 9 | 11 | |
| 10 | 12 | function restapi_error() |
| 11 | 13 | { |