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