WC_Settings_Page::get_settings() public WC 1.0
Get settings array.
{} Это метод класса: WC_Settings_Page{}
Хуки из метода
Возвращает
Массив.
Использование
$WC_Settings_Page = new WC_Settings_Page(); $WC_Settings_Page->get_settings();
Код WC_Settings_Page::get_settings() WC Settings Page::get settings WC 5.0.0
public function get_settings() {
return apply_filters( 'woocommerce_get_settings_' . $this->id, array() );
}