woocommerce_payment_token_loaded

woocommerce_payment_token_loaded

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_payment_token_loaded') is found 1 times:

  • /includes/data-stores/class-wc-payment-token-data-store.php line 172
    			);
    			$this->read_extra_data( $token );
    			$token->read_meta_data();
    			$token->set_object_read( true );
    			do_action( 'woocommerce_payment_token_loaded', $token );
    		} else {
    			throw new Exception( __( 'Invalid payment token.', 'woocommerce' ) );
    		}
    	}
    
    	/**