WC_Settings_Advanced::form_method()publicWC 1.0

Deprecated from version 3.4.4. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Form method.

Method of the class: WC_Settings_Advanced{}

No Hooks.

Return

String.

Usage

$WC_Settings_Advanced = new WC_Settings_Advanced();
$WC_Settings_Advanced->form_method( $method );
$method(string) (required)
Method name.

Changelog

Deprecated since 3.4.4

WC_Settings_Advanced::form_method() code WC 8.7.0

public function form_method( $method ) {
	return 'post';
}