plugins/woocommerce/client/blocks/docs/internal-developers/testing/releases/1149.md
Zip file for testing: woocommerce-gutenberg-products-block.zip
function test_function_11851( int $order_id ): void {
printf( 'Hello, this is order %d', $order_id );
}
add_action( 'woocommerce_before_thankyou', 'test_function_11851' );
Hello, this is order X