WC_Settings_Shipping::__construct()
Constructor.
Method of the class: WC_Settings_Shipping{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_Settings_Shipping = new WC_Settings_Shipping(); $WC_Settings_Shipping->__construct();
WC_Settings_Shipping::__construct() WC Settings Shipping:: construct code WC 9.7.1
public function __construct() { $this->id = 'shipping'; $this->label = __( 'Shipping', 'woocommerce' ); parent::__construct(); }