'\xUP?'\xU`?'\xUp?"q\xU =5c\xU PAaa\xUP`uD\xUpC&W\xUGl\xU+|@\xU Qx\xU V\xU@*f\xU E\xU "q\xUp =5c\xUp PAaa\xU`u&W\xU@T\xU@ PbyE\xUP S\xU@FB\xUpGl\xUp@+B\xUP>"q\xU`p =5c\xU` PA5c\xUP `Aaa\xUPpuaa\xU`uaa\xUpu@\\xU<yE\xU^\xU{Gl\xU+"q\xUP`=aa\xUpPu@\\xU<yE\xU"q\xU` =aa\xUPuaa\xU`uaa\xUppu@\\xU<yE\xUB\xU`.|@\xU QR\xU4%S\xU`.|@\xUQR\xU4Gl\xU+"q\xU(=5c\xUpPAaa\xUP`uD\xUpC&W\xU Gl\xU +|@\xU0Q$O\xU0@3x\xU@PV\xU@*f\xUpPE\xUP\xU+"q\xU`00=|@\xU QS\xU|@\xUQQ\xUbu\xUPA&W\xUL\xU38?\xU .xU ?\xU .xU"q\xU`8="q\xU@=|@\xUQbu\xUPA|@\xUQbu\xU`A@\\xU<q\xUPu&W\xU yE\xU "q\xUH=5c\xUPAЅ\xU=\xU@5bu\xU@`Aaa\xUPpu&W\xUPL\xUP>B\xUP>,<\xU>h@؜@P½@[@Pʽ@ȓ@@f@0@h@@x@[@ @a@b@a@@Fbutes to render on the block wrapper. * @return string String of HTML attributes. */ function get_block_wrapper_attributes( $extra_attributes = array() ) { $new_attributes = WP_Block_Supports::get_instance()->apply_block_supports(); if ( empty( $new_attributes ) && empty( $extra_attributes ) ) { return ''; } // This is hardcoded on purpose. // We only support a fixed list of attributes. $attributes_to_merge = array( 'style', 'class', 'id' ); $attributes = array(); foreach ( $attributes_to_merge as $attribute_name ) { if ( empty( $new_attributes[ $attribute_name ] ) && empty( $extra_attributes[ $attribute_name ] ) ) { continue; } if ( empty( $new_attributes[ $attribute_name ] ) ) { $attributes[ $attribute_name ] = $extra_attributes[ $attribute_name ]; continue; } if ( empty( $extra_attributes[ $attribute_name ] ) ) { $attributes[ $attribute_name ] = $new_attributes[ $attribute_name ]; continue; } $attributes[ $attribute_name ] = $extra_attributes[ $attribute_name ] . ' ' . $new_attributes[ $attribute_name ]; } foreach ( $extra_attributes as $attribute_name => $value ) { if ( ! in_array( $attribute_name, $attributes_to_merge, true ) ) { $attributes[ $attribute_name ] = $value; } } if ( empty( $attributes ) ) { return ''; } $normalized_attributes = array(); foreach ( $attributes as $key => $value ) { $normalized_attributes[] = $key . '="' . esc_attr( $value ) . '"'; } return implode( ' ', $normalized_attributes ); }
Fatal error: Uncaught Error: Class "WP_Block_Supports" not found in /var/www/vhosts/barbarossakeller.de/httpdocs/wp-includes/block-supports/align.php:59 Stack trace: #0 /var/www/vhosts/barbarossakeller.de/httpdocs/wp-settings.php(373): require() #1 /var/www/vhosts/barbarossakeller.de/httpdocs/wp-config.php(107): require_once('...') #2 /var/www/vhosts/barbarossakeller.de/httpdocs/wp-load.php(51): require_once('...') #3 /var/www/vhosts/barbarossakeller.de/httpdocs/wp-blog-header.php(13): require_once('...') #4 /var/www/vhosts/barbarossakeller.de/httpdocs/index.php(17): require('...') #5 {main} thrown in /var/www/vhosts/barbarossakeller.de/httpdocs/wp-includes/block-supports/align.php on line 59

Fatal error: Uncaught Error: Call to a member function set() on null in /var/www/vhosts/barbarossakeller.de/httpdocs/wp-includes/l10n.php:857 Stack trace: #0 /var/www/vhosts/barbarossakeller.de/httpdocs/wp-includes/l10n.php(960): load_textdomain() #1 /var/www/vhosts/barbarossakeller.de/httpdocs/wp-includes/class-wp-fatal-error-handler.php(49): load_default_textdomain() #2 [internal function]: WP_Fatal_Error_Handler->handle() #3 {main} thrown in /var/www/vhosts/barbarossakeller.de/httpdocs/wp-includes/l10n.php on line 857