Warning: class_implements(): Class Automattic\WooCommerce\GoogleListingsAndAds\Notes\ReconnectWordPress does not exist and could not be loaded in /htdocs/wp-content/plugins/google-listings-and-ads/src/Internal/DependencyManagement/AbstractServiceProvider.php on line 73

Warning: foreach() argument must be of type array|object, bool given in /htdocs/wp-content/plugins/google-listings-and-ads/src/Internal/DependencyManagement/AbstractServiceProvider.php on line 73
ne region code is not a valid ISO 3166-1 alpha-2 country code. */ protected function validate_phone_region( string $region_code ) { if ( ! $this->iso_utility->is_iso3166_alpha2_country_code( $region_code ) ) { throw new InvalidValue( 'Invalid phone region! Phone region must be a two letter ISO 3166-1 alpha-2 country code.' ); } } /** * @return string */ protected function get_language_code(): string { return $this->iso_utility->wp_locale_to_bcp47( $this->wp->get_user_locale() ); } /** * @param GoogleServiceException $exception * * @return PhoneVerificationException */ protected function map_google_exception( GoogleServiceException $exception ): PhoneVerificationException { $code = $exception->getCode(); $message = $exception->getMessage(); $reason = ''; $errors = $exception->getErrors(); if ( ! empty( $errors ) ) { $error = $errors[ array_key_first( $errors ) ]; $message = $error['message'] ?? ''; $reason = $error['reason'] ?? ''; } return new PhoneVerificationException( $message, $code, $exception, [ 'reason' => $reason ] ); } }
Warning: class_implements(): Class Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter\PhoneVerification does not exist and could not be loaded in /htdocs/wp-content/plugins/google-listings-and-ads/src/Internal/DependencyManagement/AbstractServiceProvider.php on line 73

Warning: foreach() argument must be of type array|object, bool given in /htdocs/wp-content/plugins/google-listings-and-ads/src/Internal/DependencyManagement/AbstractServiceProvider.php on line 73

Fatal error: Uncaught Error: Class "Automattic\WooCommerce\Blocks\BlockTypes\ProductTitle" not found in /htdocs/wp-content/plugins/woocommerce/src/Blocks/BlockTypesController.php:106 Stack trace: #0 /htdocs/wp-includes/class-wp-hook.php(324): Automattic\WooCommerce\Blocks\BlockTypesController->register_blocks('') #1 /htdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #2 /htdocs/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /htdocs/wp-settings.php(727): do_action('init') #4 /htdocs/wp-config.php(85): require_once('/htdocs/wp-sett...') #5 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #6 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #7 /htdocs/index.php(17): require('/htdocs/wp-blog...') #8 {main} thrown in /htdocs/wp-content/plugins/woocommerce/src/Blocks/BlockTypesController.php on line 106