Deprecated ExtendRestApi filling logs
-
After the latest woocommerce upgrade I’m seeing these after each request:
Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi is deprecated since version 7.2.0! Use Automattic\WooCommerce\StoreApi\Schemas\ExtendSchema instead.
The only plugin using the deprecated class is this:
plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php:use Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi;
Since it’s spewing on every request it’s cluttering the logs and making it difficult to debug other things. Can you fix this?
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Deprecated ExtendRestApi filling logs’ is closed to new replies.