WC_Settings_Advanced::form_method
Deprecated since 3.4.4. It is no longer supported and may 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.
Returns
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 10.7.0
public function form_method( $method ) {
return 'post';
}