get_order_number(); $email = $order->get_billing_email(); $country = $order->get_shipping_country() ?: $order->get_billing_country(); $delivery_date = date( 'Y-m-d', strtotime( '+5 days' ) ); // estimate 5 days, adjust as needed $gtin = '9781291779493'; // your ISBN without hyphens ?> add_action( 'woocommerce_thankyou', 'add_google_reviews_optin' ); function add_google_reviews_optin( $order_id ) { $order = wc_get_order( $order_id ); if ( ! $order ) { return; } $order_num = $order->get_order_number(); $email = $order->get_billing_email(); $country = $order->get_shipping_country() ?: $order->get_billing_country(); $delivery_date = date( 'Y-m-d', strtotime( '+5 days' ) ); $gtin = '9781291779493'; ?>

Register

  • Subscribe to The Speculative Circle – essays, novel excerpts, and conversations on memory, justice, and repair. Free and premium plans available. Join today.

Select a Payment Method

No payment methods are available for the selected subscription plan.
  • Payment Details

    Before you can accept payments, you need to connect your PayPal account by going to Dashboard -> Paid Member Subscriptions -> Settings -> Payments -> Gateways.