ocommerce-analytics', 'ver' => '0.1.6', ), ), );
Warning: Trying to access array offset on value of type int in /htdocs/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php on line 601

Warning: foreach() argument must be of type array|object, null given in /htdocs/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php on line 601
> esc_html__( 'Normal 400', 'kirki' ), 'regular' => esc_html__( 'Normal 400', 'kirki' ), 'italic' => esc_html__( 'Normal 400 Italic', 'kirki' ), '500' => esc_html__( 'Medium 500', 'kirki' ), '500italic' => esc_html__( 'Medium 500 Italic', 'kirki' ), '600' => esc_html__( 'Semi-Bold 600', 'kirki' ), '600bold' => esc_html__( 'Semi-Bold 600', 'kirki' ), '600italic' => esc_html__( 'Semi-Bold 600 Italic', 'kirki' ), '700' => esc_html__( 'Bold 700', 'kirki' ), '700italic' => esc_html__( 'Bold 700 Italic', 'kirki' ), '800' => esc_html__( 'Extra-Bold 800', 'kirki' ), '800bold' => esc_html__( 'Extra-Bold 800', 'kirki' ), '800italic' => esc_html__( 'Extra-Bold 800 Italic', 'kirki' ), '900' => esc_html__( 'Ultra-Bold 900', 'kirki' ), '900bold' => esc_html__( 'Ultra-Bold 900', 'kirki' ), '900italic' => esc_html__( 'Ultra-Bold 900 Italic', 'kirki' ), ]; } /** * Determine if a font-name is a valid google font or not. * * @static * @access public * @param string $fontname The name of the font we want to check. * @return bool */ public static function is_google_font( $fontname ) { if ( is_string( $fontname ) ) { $fonts = self::get_google_fonts(); return isset( $fonts[ $fontname ] ); } return false; } /** * Gets available options for a font. * * @static * @access public * @return array */ public static function get_font_choices() { $fonts = self::get_all_fonts(); $keys = array_keys( $fonts ); return array_combine( $keys, $keys ); } }
Fatal error: Uncaught Error: Class "MailPoetVendor\Doctrine\DBAL\Types\TimeImmutableType" not found in /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Types/Type.php:35 Stack trace: #0 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Types/Type.php(29): MailPoetVendor\Doctrine\DBAL\Types\Type::createTypeRegistry() #1 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Types/Type.php(53): MailPoetVendor\Doctrine\DBAL\Types\Type::getTypeRegistry() #2 /htdocs/wp-content/plugins/mailpoet/lib/Doctrine/ConnectionFactory.php(95): MailPoetVendor\Doctrine\DBAL\Types\Type::hasType('bigint') #3 /htdocs/wp-content/plugins/mailpoet/lib/Doctrine/ConnectionFactory.php(63): MailPoet\Doctrine\ConnectionFactory->setupTypes() #4 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(636): MailPoet\Doctrine\ConnectionFactory->createConnection() #5 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(3226): MailPoetGenerated\FreeCachedContainer->getConnectionService() #6 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(646): MailPoetGenerated\FreeCachedContainer->getEntityManagerFactoryService() #7 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(4908): MailPoetGenerated\FreeCachedContainer->getEntityManagerService() #8 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(4898): MailPoetGenerated\FreeCachedContainer->getSettingsRepositoryService() #9 /htdocs/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(2633): MailPoetGenerated\FreeCachedContainer->getSettingsController2Service() #10 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService() #11 /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(110): MailPoetVendor\Symfony\Component\DependencyInjection\Container->make('MailPoet\\Config...', 1) #12 /htdocs/wp-content/plugins/mailpoet/lib/DI/ContainerWrapper.php(39): MailPoetVendor\Symfony\Component\DependencyInjection\Container->get('MailPoet\\Config...') #13 /htdocs/wp-content/plugins/mailpoet/mailpoet_initializer.php(89): MailPoet\DI\ContainerWrapper->get('MailPoet\\Config...') #14 /htdocs/wp-content/plugins/mailpoet/mailpoet.php(194): require_once('/htdocs/wp-cont...') #15 /htdocs/wp-settings.php(526): include_once('/htdocs/wp-cont...') #16 /htdocs/wp-config.php(85): require_once('/htdocs/wp-sett...') #17 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #18 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #19 /htdocs/index.php(17): require('/htdocs/wp-blog...') #20 {main} thrown in /htdocs/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Types/Type.php on line 35