WC_Settings_Emails::get_own_sections()
Get own sections.
Method of the class: WC_Settings_Emails{}
No Hooks.
Return
Array
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_own_sections();
WC_Settings_Emails::get_own_sections() WC Settings Emails::get own sections code WC 9.7.1
protected function get_own_sections() { return array( '' => __( 'Email options', 'woocommerce' ), ); }