__construct() 공개 메소드

Constructor for the cart class. Loads options and hooks in the init method.
public __construct ( )
예제 #1
0
 public function __construct()
 {
     _deprecated_function('woocommerce_cart', '1.4', 'WC_Cart()');
     parent::__construct();
 }