WC_Settings_Shipping::get_settings_for_default_section()
Get settings for the default section.
The original implementation of 'get_settings' was returning the settings for the "Options" section when the supplied value for $current_section was ''.
Method of the class: WC_Settings_Shipping{}
No Hooks.
Return
Array
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_settings_for_default_section();
WC_Settings_Shipping::get_settings_for_default_section() WC Settings Shipping::get settings for default section code WC 7.5.1
protected function get_settings_for_default_section() { return $this->get_settings_for_options_section(); }