WC_Settings_Advanced::form_method()
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() WC Settings Advanced::form method code WC 7.5.1
public function form_method( $method ) { return 'post'; }