WC_Settings_Advanced::__construct()

Constructor.


Description Description


Source Source

File: includes/admin/settings/class-wc-settings-advanced.php

25
26
27
28
29
30
31
public function __construct() {
    $this->id    = 'advanced';
    $this->label = __( 'Advanced', 'woocommerce' );
 
    parent::__construct();
    $this->notices();
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.