in guzzlehttp/guzzle:8.0. Use Utils::isHostInNoProxy instead. */ function is_host_in_noproxy(string $host, array $noProxyArray): bool { return Utils::isHostInNoProxy($host, $noProxyArray); } /** * Wrapper for json_decode that throws when an error occurs. * * @param string $json JSON data to parse * @param bool $assoc When true, returned objects will be converted * into associative arrays. * @param int $depth User specified recursion depth. * @param int $options Bitmask of JSON decode options. * * @return object|array|string|int|float|bool|null * * @throws Exception\InvalidArgumentException if the JSON cannot be decoded. * * @see https://www.php.net/manual/en/function.json-decode.php * @deprecated json_decode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonDecode instead. */ function json_decode(string $json, bool $assoc = false, int $depth = 512, int $options = 0) { return Utils::jsonDecode($json, $assoc, $depth, $options); } /** * Wrapper for JSON encoding that throws when an error occurs. * * @param mixed $value The value being encoded * @param int $options JSON encode option bitmask * @param int $depth Set the maximum depth. Must be greater than zero. * * @throws Exception\InvalidArgumentException if the JSON cannot be encoded. * * @see https://www.php.net/manual/en/function.json-encode.php * @deprecated json_encode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonEncode instead. */ function json_encode($value, int $options = 0, int $depth = 512): string { return Utils::jsonEncode($value, $options, $depth); }
Fatal error: Uncaught Error: Class "WP_Block_Parser_Block" not found in /htdocs/wp-includes/class-wp-block-parser.php:312 Stack trace: #0 /htdocs/wp-includes/class-wp-block-parser.php(330): WP_Block_Parser->freeform('WooCommerce') #1 /htdocs/wp-includes/class-wp-block-parser.php(102): WP_Block_Parser->add_freeform() #2 /htdocs/wp-includes/class-wp-block-parser.php(69): WP_Block_Parser->proceed() #3 /htdocs/wp-includes/blocks.php(2226): WP_Block_Parser->parse('WooCommerce') #4 /htdocs/wp-includes/blocks.php(1820): parse_blocks('WooCommerce') #5 /htdocs/wp-includes/formatting.php(5200): filter_block_content('WooCommerce', Array, Array) #6 /htdocs/wp-includes/class-wp-hook.php(324): wp_pre_kses_block_attributes('WooCommerce', Array, Array) #7 /htdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters('WooCommerce', Array) #8 /htdocs/wp-includes/kses.php(946): apply_filters('pre_kses', 'WooCommerce', Array, Array) #9 /htdocs/wp-includes/kses.php(754): wp_kses_hook('WooCommerce', Array, Array) #10 /htdocs/wp-admin/includes/plugin.php(188): wp_kses('WooCommerce', Array) #11 /htdocs/wp-admin/includes/plugin.php(114): _get_plugin_data_markup_translate('woocommerce/woo...', Array, true, true) #12 /htdocs/wp-content/plugins/mailpoet/mailpoet.php(64): get_plugin_data('/htdocs/wp-cont...') #13 /htdocs/wp-settings.php(526): include_once('/htdocs/wp-cont...') #14 /htdocs/wp-config.php(85): require_once('/htdocs/wp-sett...') #15 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #16 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #17 /htdocs/index.php(17): require('/htdocs/wp-blog...') #18 {main} thrown in /htdocs/wp-includes/class-wp-block-parser.php on line 312