Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Cart_Fees::generate_id( string $fee )
Generate a unique ID for the fee being added.
Description Description
Parameters Parameters
- $fee
-
(Required) Fee object.
Return Return
(string) fee key.
Source Source
File: includes/class-wc-cart-fees.php
private function generate_id( $fee ) { return sanitize_title( $fee->name ); }