woocommerce_payment_token_updated

woocommerce_payment_token_updated

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_payment_token_updated') 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
    

See this hook used in plugins: