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