e%2$s to view your order.', 'woocommerce' ), '', '' ) : ''; if ( $verification_required && $verification_permitted ) { $content .= ' ' . esc_html__( 'Alternatively, confirm the email address linked to the order below.', 'woocommerce' ); } $content .= '

'; if ( $verification_required && $verification_permitted ) { $content .= $this->render_verification_form(); } return $content; } /** * Email verification for guest users. * * @return string */ protected function render_verification_form() { // phpcs:ignore WordPress.Security.NonceVerification.Missing $check_submission_notice = ! empty( $_POST ) ? wc_print_notice( esc_html__( 'We were unable to verify the email address you provided. Please try again.', 'woocommerce' ), 'error', [], true ) : ''; return '
' . $check_submission_notice . sprintf( '

', esc_attr( 'verify-email' ), esc_html__( 'Email address', 'woocommerce' ) . ' *' ) . sprintf( '

%3$s

', esc_attr( 'verify-email-submit' ), esc_html__( 'Confirm email and view order', 'woocommerce' ), wp_nonce_field( 'wc_verify_email', '_wpnonce', true, false ), esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ) ) . '
'; } }
Fatal error: Uncaught Error: Class 'Automattic\WooCommerce\Blocks\BlockTypes\OrderConfirmation\Status' not found in /home/colostomybag/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypesController.php:118 Stack trace: #0 /home/colostomybag/public_html/wp-includes/class-wp-hook.php(341): Automattic\WooCommerce\Blocks\BlockTypesController->register_blocks('') #1 /home/colostomybag/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array) #2 /home/colostomybag/public_html/wp-includes/plugin.php(522): WP_Hook->do_action(Array) #3 /home/colostomybag/public_html/wp-settings.php(742): do_action('init') #4 /home/colostomybag/public_html/wp-config.php(102): require_once('/home/colostomy...') #5 /home/colostomybag/public_html/wp-load.php(50): require_once('/home/colostomy...') #6 /home/colostomybag/public_html/wp-blog-header.php(13): require_once('/home/colostomy...') #7 /home/colostomybag/public_html/index.php(17): require('/home/colostomy...') #8 {main} thrown in /home/colostomybag/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypesController.php on line 118