WC_Settings_API::validate_settings_fields()publicWC 1.0

Deprecated from version 2.6.0. It is no longer supported and can be removed in future releases. Use d instead.

Validate the data on the "Settings" form.

Method of the class: WC_Settings_API{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Settings_API = new WC_Settings_API();
$WC_Settings_API->validate_settings_fields( $form_fields );
$form_fields(array)
Array of fields.
Default: array()

Changelog

Deprecated since 2.6.0 No longer used.

WC_Settings_API::validate_settings_fields() code WC 8.7.0

public function validate_settings_fields( $form_fields = array() ) {
	wc_deprecated_function( 'validate_settings_fields', '2.6' );
}