woocommerce_pre_payment_complete, $this->get_id(

woocommerce_pre_payment_complete, $this->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_pre_payment_complete, $this->get_id(') is found 1 times:

  • /includes/class-wc-order.php line 144
    			return false;
    		}
    
    		try {
    			do_action( 'woocommerce_pre_payment_complete', $this->get_id(), $transaction_id );
    
    			if ( WC()->session ) {
    				WC()->session->set( 'order_awaiting_payment', false );
    			}
    
    			/**