WC_Settings_General::__construct() public WC 1.0
Constructor.
{} Это метод класса: WC_Settings_General{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Settings_General = new WC_Settings_General(); $WC_Settings_General->__construct();
Код WC_Settings_General::__construct() WC Settings General:: construct WC 5.0.0
public function __construct() {
$this->id = 'general';
$this->label = __( 'General', 'woocommerce' );
parent::__construct();
}