. * * @param string $url * * @return string */ protected function strip_url_protocol( string $url ): string { return preg_replace( '#^https?://#', '', untrailingslashit( $url ) ); } }
Fatal error: Trait "Automattic\WooCommerce\GoogleListingsAndAds\PluginHelper" not found in /htdocs/wp-content/plugins/google-listings-and-ads/src/Internal/DependencyManagement/ThirdPartyServiceProvider.php on line 23