after_woocommerce_pay

after_woocommerce_pay

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('after_woocommerce_pay') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-checkout.php line 259
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
        } else {
            wc_print_notice( __( 'Invalid order.', 'woocommerce' ), 'error' );
        }
     
        do_action( 'after_woocommerce_pay' );
    }
     
    /**
     * Show the thanks page.
     *
     * @param int $order_id Order ID.