WC_Cart_Fees::init()publicWC 1.0

Register methods for this object on the appropriate WordPress hooks.

Method of the class: WC_Cart_Fees{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Cart_Fees = new WC_Cart_Fees();
$WC_Cart_Fees->init();

WC_Cart_Fees::init() code WC 8.6.1

public function init() {}