woocommerce_get_settings_

woocommerce_get_settings_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_get_settings_') is found 1 times:

  • /includes/admin/settings/class-wc-settings-page.php line 417
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
        } else {
            $settings = $this->get_settings_for_section_core( $section_id );
        }
     
        return apply_filters( 'woocommerce_get_settings_' . $this->id, $settings, $section_id );
    }
     
    /**
     * Get the settings for a given section.
     * This method is invoked from 'get_settings_for_section' when no 'get_settings_for_{current_section}_section'
     * method exists in the class.