woocommerce_remote_logging_is_third_party_error
woocommerce_remote_logging_is_third_party_error
Appears in: woocommerce.9.3.1
Hook Type: filter
Displaying hooks found in version: woocommerce.9.3.1apply_filters('woocommerce_remote_logging_is_third_party_error') is found 1 times:
- /src/Internal/Logging/RemoteLogger.php line 315
* @param bool $is_third_party_error The result of the third-party error check. * @param string $message The error message. * @param array $context The error context. */ return apply_filters( 'woocommerce_remote_logging_is_third_party_error', true, $message, $context ); } /** * Fetch the latest WooCommerce version using the WordPress API and cache it. * * @return string|null