woocommerce_payment_token_updated, $token->get_id(

woocommerce_payment_token_updated, $token->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_payment_token_updated, $token->get_id(') is found 1 times:

  • /includes/data-stores/class-wc-payment-token-data-store.php line 124
    			WC_Payment_Tokens::set_users_default( $token->get_user_id(), $token->get_id() );
    		}
    
    		do_action( 'woocommerce_payment_token_object_updated_props', $token, $updated_props );
    		do_action( 'woocommerce_payment_token_updated', $token->get_id() );
    	}
    
    	/**
    	 * Remove a payment token from the database.
    	 *
    	 * @since 3.0.0